Shades of Orange Red #F54008
Tints of Orange Red #F54008
RGB
CMYK
RGB Variations
Color information
#F54008 (or 0xF54008) is known color: Orange Red. HEX triplet: F5, 40 and 08. RGB value is (245,64,8). Sum of RGB (Red+Green+Blue) = 245+64+8=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54008 is #0ABFF7. Grayscale: #707070. Windows color (decimal): -704504 or 540917. OLE color: 540917.
HSL color Cylindrical-coordinate representation of color #F54008: hue angle of 14.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F54008 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.04 |
| HSL | 14.18º | 0.94% | 0.5% | - |
| HSV(B) | 14.18º | 0.97% | 0.96% | - |
| XYZ | 39.53 | 23.1 | 2.6 | - |
| YUV | 111.74 | 69.47 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 8 | 0 | 0.74 | 0.97 | 0.04 | 14.18 | 0.94 | 0.5 |
| Hex | F5 | 40 | 8 | 0 | 4A | 61 | 4 | E | 5E | 32 |
| Octal | 365 | 100 | 10 | 0 | 112 | 141 | 4 | 16 | 136 | 62 |
| Binary | 11110101 | 1000000 | 1000 | 0 | 1001010 | 1100001 | 100 | 1110 | 1011110 | 110010 |
Color Harmonies of #F54008
Complementary color
Monochromatic Colors of #F54008
Black with #F54008
Text Example
Text Example
White with #F54008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54008; }
p { color: rgb(245,64,8); }
H1.HeaderClassName
{
color: #F54008;
}
.AnyTagClassName
{
color: #F54008;
}
</style>
background-color css
<style>
a { background-color: #F54008; }
a { background-color: rgb(245,64,8); }
div.DivClassName
{
background-color: #F54008;
}
.BgClassName
{
background-color: #F54008;
}
</style>
border-color css
<style>
span { border-color: #F54008; }
span { border-color: rgb(245,64,8); }
td.TdClassName
{
border-color: #F54008;
}
.TagClassName
{
border-color: #F54008;
}
</style>