Shades of Safety Orange #F56408
Tints of Safety Orange #F56408
RGB
CMYK
RGB Variations
Color information
#F56408 (or 0xF56408) is known color: Safety Orange. HEX triplet: F5, 64 and 08. RGB value is (245,100,8). Sum of RGB (Red+Green+Blue) = 245+100+8=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F56408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56408 is #0A9BF7. Grayscale: #858585. Windows color (decimal): -695288 or 550133. OLE color: 550133.
HSL color Cylindrical-coordinate representation of color #F56408: hue angle of 23.29º 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 #F56408 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 8 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.04 |
| HSL | 23.29º | 0.94% | 0.5% | - |
| HSV(B) | 23.29º | 0.97% | 0.96% | - |
| XYZ | 42.26 | 28.54 | 3.51 | - |
| YUV | 132.87 | 57.54 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 8 | 0 | 0.59 | 0.97 | 0.04 | 23.29 | 0.94 | 0.5 |
| Hex | F5 | 64 | 8 | 0 | 3B | 61 | 4 | 17 | 5E | 32 |
| Octal | 365 | 144 | 10 | 0 | 73 | 141 | 4 | 27 | 136 | 62 |
| Binary | 11110101 | 1100100 | 1000 | 0 | 111011 | 1100001 | 100 | 10111 | 1011110 | 110010 |
Color Harmonies of #F56408
Complementary color
Monochromatic Colors of #F56408
Black with #F56408
Text Example
Text Example
White with #F56408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56408; }
p { color: rgb(245,100,8); }
H1.HeaderClassName
{
color: #F56408;
}
.AnyTagClassName
{
color: #F56408;
}
</style>
background-color css
<style>
a { background-color: #F56408; }
a { background-color: rgb(245,100,8); }
div.DivClassName
{
background-color: #F56408;
}
.BgClassName
{
background-color: #F56408;
}
</style>
border-color css
<style>
span { border-color: #F56408; }
span { border-color: rgb(245,100,8); }
td.TdClassName
{
border-color: #F56408;
}
.TagClassName
{
border-color: #F56408;
}
</style>