Shades of Orange Red #F04408
Tints of Orange Red #F04408
RGB
CMYK
RGB Variations
Color information
#F04408 (or 0xF04408) is known color: Orange Red. HEX triplet: F0, 44 and 08. RGB value is (240,68,8). Sum of RGB (Red+Green+Blue) = 240+68+8=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F04408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04408 is #0FBBF7. Grayscale: #717171. Windows color (decimal): -1031160 or 541936. OLE color: 541936.
HSL color Cylindrical-coordinate representation of color #F04408: hue angle of 15.52º 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 #F04408 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 8 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.06 |
| HSL | 15.52º | 0.94% | 0.49% | - |
| HSV(B) | 15.52º | 0.97% | 0.94% | - |
| XYZ | 38.05 | 22.68 | 2.6 | - |
| YUV | 112.59 | 68.98 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 8 | 0 | 0.72 | 0.97 | 0.06 | 15.52 | 0.94 | 0.49 |
| Hex | F0 | 44 | 8 | 0 | 48 | 61 | 6 | 10 | 5E | 31 |
| Octal | 360 | 104 | 10 | 0 | 110 | 141 | 6 | 20 | 136 | 61 |
| Binary | 11110000 | 1000100 | 1000 | 0 | 1001000 | 1100001 | 110 | 10000 | 1011110 | 110001 |
Color Harmonies of #F04408
Complementary color
Monochromatic Colors of #F04408
Black with #F04408
Text Example
Text Example
White with #F04408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04408; }
p { color: rgb(240,68,8); }
H1.HeaderClassName
{
color: #F04408;
}
.AnyTagClassName
{
color: #F04408;
}
</style>
background-color css
<style>
a { background-color: #F04408; }
a { background-color: rgb(240,68,8); }
div.DivClassName
{
background-color: #F04408;
}
.BgClassName
{
background-color: #F04408;
}
</style>
border-color css
<style>
span { border-color: #F04408; }
span { border-color: rgb(240,68,8); }
td.TdClassName
{
border-color: #F04408;
}
.TagClassName
{
border-color: #F04408;
}
</style>