Shades of Orange Red #F04008
Tints of Orange Red #F04008
RGB
CMYK
RGB Variations
Color information
#F04008 (or 0xF04008) is known color: Orange Red. HEX triplet: F0, 40 and 08. RGB value is (240,64,8). Sum of RGB (Red+Green+Blue) = 240+64+8=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F04008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04008 is #0FBFF7. Grayscale: #6E6E6E. Windows color (decimal): -1032184 or 540912. OLE color: 540912.
HSL color Cylindrical-coordinate representation of color #F04008: hue angle of 14.48º 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 #F04008 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 8 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.06 |
| HSL | 14.48º | 0.94% | 0.49% | - |
| HSV(B) | 14.48º | 0.97% | 0.94% | - |
| XYZ | 37.81 | 22.21 | 2.52 | - |
| YUV | 110.24 | 70.31 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 8 | 0 | 0.73 | 0.97 | 0.06 | 14.48 | 0.94 | 0.49 |
| Hex | F0 | 40 | 8 | 0 | 49 | 61 | 6 | E | 5E | 31 |
| Octal | 360 | 100 | 10 | 0 | 111 | 141 | 6 | 16 | 136 | 61 |
| Binary | 11110000 | 1000000 | 1000 | 0 | 1001001 | 1100001 | 110 | 1110 | 1011110 | 110001 |
Color Harmonies of #F04008
Complementary color
Monochromatic Colors of #F04008
Black with #F04008
Text Example
Text Example
White with #F04008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04008; }
p { color: rgb(240,64,8); }
H1.HeaderClassName
{
color: #F04008;
}
.AnyTagClassName
{
color: #F04008;
}
</style>
background-color css
<style>
a { background-color: #F04008; }
a { background-color: rgb(240,64,8); }
div.DivClassName
{
background-color: #F04008;
}
.BgClassName
{
background-color: #F04008;
}
</style>
border-color css
<style>
span { border-color: #F04008; }
span { border-color: rgb(240,64,8); }
td.TdClassName
{
border-color: #F04008;
}
.TagClassName
{
border-color: #F04008;
}
</style>