Shades of Orange Red #F03608
Tints of Orange Red #F03608
RGB
CMYK
RGB Variations
Color information
#F03608 (or 0xF03608) is known color: Orange Red. HEX triplet: F0, 36 and 08. RGB value is (240,54,8). Sum of RGB (Red+Green+Blue) = 240+54+8=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F03608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03608 is #0FC9F7. Grayscale: #686868. Windows color (decimal): -1034744 or 538352. OLE color: 538352.
HSL color Cylindrical-coordinate representation of color #F03608: hue angle of 11.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F03608 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 8 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.06 |
| HSL | 11.9º | 0.94% | 0.49% | - |
| HSV(B) | 11.9º | 0.97% | 0.94% | - |
| XYZ | 37.3 | 21.18 | 2.35 | - |
| YUV | 104.37 | 73.62 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 8 | 0 | 0.78 | 0.97 | 0.06 | 11.9 | 0.94 | 0.49 |
| Hex | F0 | 36 | 8 | 0 | 4E | 61 | 6 | C | 5E | 31 |
| Octal | 360 | 66 | 10 | 0 | 116 | 141 | 6 | 14 | 136 | 61 |
| Binary | 11110000 | 110110 | 1000 | 0 | 1001110 | 1100001 | 110 | 1100 | 1011110 | 110001 |
Color Harmonies of #F03608
Complementary color
Monochromatic Colors of #F03608
Black with #F03608
Text Example
Text Example
White with #F03608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03608; }
p { color: rgb(240,54,8); }
H1.HeaderClassName
{
color: #F03608;
}
.AnyTagClassName
{
color: #F03608;
}
</style>
background-color css
<style>
a { background-color: #F03608; }
a { background-color: rgb(240,54,8); }
div.DivClassName
{
background-color: #F03608;
}
.BgClassName
{
background-color: #F03608;
}
</style>
border-color css
<style>
span { border-color: #F03608; }
span { border-color: rgb(240,54,8); }
td.TdClassName
{
border-color: #F03608;
}
.TagClassName
{
border-color: #F03608;
}
</style>