Shades of Safety Orange #F56008
Tints of Safety Orange #F56008
RGB
CMYK
RGB Variations
Color information
#F56008 (or 0xF56008) is known color: Safety Orange. HEX triplet: F5, 60 and 08. RGB value is (245,96,8). Sum of RGB (Red+Green+Blue) = 245+96+8=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F56008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56008 is #0A9FF7. Grayscale: #838383. Windows color (decimal): -696312 or 549109. OLE color: 549109.
HSL color Cylindrical-coordinate representation of color #F56008: hue angle of 22.28º 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 #F56008 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 8 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.04 |
| HSL | 22.28º | 0.94% | 0.5% | - |
| HSV(B) | 22.28º | 0.97% | 0.96% | - |
| XYZ | 41.88 | 27.8 | 3.39 | - |
| YUV | 130.52 | 58.86 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 8 | 0 | 0.61 | 0.97 | 0.04 | 22.28 | 0.94 | 0.5 |
| Hex | F5 | 60 | 8 | 0 | 3D | 61 | 4 | 16 | 5E | 32 |
| Octal | 365 | 140 | 10 | 0 | 75 | 141 | 4 | 26 | 136 | 62 |
| Binary | 11110101 | 1100000 | 1000 | 0 | 111101 | 1100001 | 100 | 10110 | 1011110 | 110010 |
Color Harmonies of #F56008
Complementary color
Monochromatic Colors of #F56008
Black with #F56008
Text Example
Text Example
White with #F56008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56008; }
p { color: rgb(245,96,8); }
H1.HeaderClassName
{
color: #F56008;
}
.AnyTagClassName
{
color: #F56008;
}
</style>
background-color css
<style>
a { background-color: #F56008; }
a { background-color: rgb(245,96,8); }
div.DivClassName
{
background-color: #F56008;
}
.BgClassName
{
background-color: #F56008;
}
</style>
border-color css
<style>
span { border-color: #F56008; }
span { border-color: rgb(245,96,8); }
td.TdClassName
{
border-color: #F56008;
}
.TagClassName
{
border-color: #F56008;
}
</style>