color details

Color Details
#F05A28 Color Hex

#F05A28 color RGB value is (15, 5, 162).
#F05A28 hex color red value is 15, green value is 5, and blue value is 162.
Cylindrical-coordinate representations (HSL) of color #F05A28 hue: 243.82, saturation: 0.94 and lightness: 0.33.

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

Color Spaces
Color spaces of #F05A28Value
RGB240, 90, 40
HSL0.04, 0.87, 0.55
HSV15°, 83°, 94°
XYZ39.98, 26, 4.92
Base Numbers
Base Red Green Blue
Binary 11110000 1011010 101000
Octal 360 132 50
Decimal 240 90 40
Hex F0 5A 28

RGB Percentages for Color #F05A28

64.86%
24.32%
10.81%

CMYK Percentages of the Color #F05A28

62.5%
83.33%
5.88%
CSS Codes for Color #F05A28
.mybgColor {background-color: #F05A28;}
.myforeColor {color: #F05A28;}
.myborderColor {border:3px solid #F05A28;}
Text Font Color #F05A28

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

This sample text is styled with the font color #F05A28. 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 #F05A28

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(240, 90, 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 #F05A28;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #F05A28

Scroll to Top