color details

Color Details
#F65B28 Color Hex

#F65B28 color RGB value is (15, 101, 178).
#F65B28 hex color red value is 15, green value is 101, and blue value is 178.
Cylindrical-coordinate representations (HSL) of color #F65B28 hue: 208.34, saturation: 0.84 and lightness: 0.38.

The process color (four-color CMYK) of #F65B28 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F65B28 is #ff9999. Color #F65B28 contains mainly RED.

Color Spaces
Color spaces of #F65B28Value
RGB246, 91, 40
HSL0.04, 0.92, 0.56
HSV15°, 84°, 96°
XYZ42.13, 27.23, 5.05
Base Numbers
Base Red Green Blue
Binary 11110110 1011011 101000
Octal 366 133 50
Decimal 246 91 40
Hex F6 5B 28

RGB Percentages for Color #F65B28

65.25%
24.14%
10.61%

CMYK Percentages of the Color #F65B28

63.01%
83.74%
3.53%
CSS Codes for Color #F65B28
.mybgColor {background-color: #F65B28;}
.myforeColor {color: #F65B28;}
.myborderColor {border:3px solid #F65B28;}
Text Font Color #F65B28

<p style="color:#F65B28">Text here</p>

This sample text is styled with the font color #F65B28. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #F65B28

<div style="background-color:#F65B28">Div content here</div>

The background color of this div is #F65B28
Border Color #F65B28

<div style="border:3px solid #F65B28">Div here</div>

The border color of this div is #F65B28
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(246, 91, 40, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #F65B28;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #F65B28;
-webkit-box-shadow: 1px 1px 3px #F65B28;
box-shadow: 1px 1px 3px #F65B28;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246, 91, 40, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #F65B28;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #F65B28; -webkit-box-shadow: 1px 1px 3px #F65B28; box-shadow: 1px 1px 3px #F65B28;">Div content here</div>

This div box has a shadow with a specified color. #F65B28
Scroll to Top