Shades of Orange Red #F84009
Tints of Orange Red #F84009
RGB
CMYK
RGB Variations
Color information
#F84009 (or 0xF84009) is known color: Orange Red. HEX triplet: F8, 40 and 09. RGB value is (248,64,9). Sum of RGB (Red+Green+Blue) = 248+64+9=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F84009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84009 is #07BFF6. Grayscale: #717171. Windows color (decimal): -507895 or 606456. OLE color: 606456.
HSL color Cylindrical-coordinate representation of color #F84009: hue angle of 13.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F84009 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.03 |
| HSL | 13.81º | 0.94% | 0.5% | - |
| HSV(B) | 13.81º | 0.96% | 0.97% | - |
| XYZ | 40.59 | 23.64 | 2.68 | - |
| YUV | 112.75 | 69.46 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 9 | 0 | 0.74 | 0.96 | 0.03 | 13.81 | 0.94 | 0.5 |
| Hex | F8 | 40 | 9 | 0 | 4A | 60 | 3 | E | 5E | 32 |
| Octal | 370 | 100 | 11 | 0 | 112 | 140 | 3 | 16 | 136 | 62 |
| Binary | 11111000 | 1000000 | 1001 | 0 | 1001010 | 1100000 | 11 | 1110 | 1011110 | 110010 |
Color Harmonies of #F84009
Complementary color
Monochromatic Colors of #F84009
Black with #F84009
Text Example
Text Example
White with #F84009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84009; }
p { color: rgb(248,64,9); }
H1.HeaderClassName
{
color: #F84009;
}
.AnyTagClassName
{
color: #F84009;
}
</style>
background-color css
<style>
a { background-color: #F84009; }
a { background-color: rgb(248,64,9); }
div.DivClassName
{
background-color: #F84009;
}
.BgClassName
{
background-color: #F84009;
}
</style>
border-color css
<style>
span { border-color: #F84009; }
span { border-color: rgb(248,64,9); }
td.TdClassName
{
border-color: #F84009;
}
.TagClassName
{
border-color: #F84009;
}
</style>