Shades of Orange Red #F84006
Tints of Orange Red #F84006
RGB
CMYK
RGB Variations
Color information
#F84006 (or 0xF84006) is known color: Orange Red. HEX triplet: F8, 40 and 06. RGB value is (248,64,6). Sum of RGB (Red+Green+Blue) = 248+64+6=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F84006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84006 is #07BFF9. Grayscale: #707070. Windows color (decimal): -507898 or 409848. OLE color: 409848.
HSL color Cylindrical-coordinate representation of color #F84006: hue angle of 14.38º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84006 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.03 |
| HSL | 14.38º | 0.95% | 0.5% | - |
| HSV(B) | 14.38º | 0.98% | 0.97% | - |
| XYZ | 40.58 | 23.64 | 2.6 | - |
| YUV | 112.4 | 67.96 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 6 | 0 | 0.74 | 0.98 | 0.03 | 14.38 | 0.95 | 0.5 |
| Hex | F8 | 40 | 6 | 0 | 4A | 62 | 3 | E | 5F | 32 |
| Octal | 370 | 100 | 6 | 0 | 112 | 142 | 3 | 16 | 137 | 62 |
| Binary | 11111000 | 1000000 | 110 | 0 | 1001010 | 1100010 | 11 | 1110 | 1011111 | 110010 |
Color Harmonies of #F84006
Complementary color
Monochromatic Colors of #F84006
Black with #F84006
Text Example
Text Example
White with #F84006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84006; }
p { color: rgb(248,64,6); }
H1.HeaderClassName
{
color: #F84006;
}
.AnyTagClassName
{
color: #F84006;
}
</style>
background-color css
<style>
a { background-color: #F84006; }
a { background-color: rgb(248,64,6); }
div.DivClassName
{
background-color: #F84006;
}
.BgClassName
{
background-color: #F84006;
}
</style>
border-color css
<style>
span { border-color: #F84006; }
span { border-color: rgb(248,64,6); }
td.TdClassName
{
border-color: #F84006;
}
.TagClassName
{
border-color: #F84006;
}
</style>