Shades of Safety Orange #F56608
Tints of Safety Orange #F56608
RGB
CMYK
RGB Variations
Color information
#F56608 (or 0xF56608) is known color: Safety Orange. HEX triplet: F5, 66 and 08. RGB value is (245,102,8). Sum of RGB (Red+Green+Blue) = 245+102+8=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F56608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56608 is #0A99F7. Grayscale: #868686. Windows color (decimal): -694776 or 550645. OLE color: 550645.
HSL color Cylindrical-coordinate representation of color #F56608: hue angle of 23.8º 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 #F56608 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 8 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.04 |
| HSL | 23.8º | 0.94% | 0.5% | - |
| HSV(B) | 23.8º | 0.97% | 0.96% | - |
| XYZ | 42.45 | 28.93 | 3.58 | - |
| YUV | 134.04 | 56.88 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 8 | 0 | 0.58 | 0.97 | 0.04 | 23.8 | 0.94 | 0.5 |
| Hex | F5 | 66 | 8 | 0 | 3A | 61 | 4 | 18 | 5E | 32 |
| Octal | 365 | 146 | 10 | 0 | 72 | 141 | 4 | 30 | 136 | 62 |
| Binary | 11110101 | 1100110 | 1000 | 0 | 111010 | 1100001 | 100 | 11000 | 1011110 | 110010 |
Color Harmonies of #F56608
Complementary color
Monochromatic Colors of #F56608
Black with #F56608
Text Example
Text Example
White with #F56608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56608; }
p { color: rgb(245,102,8); }
H1.HeaderClassName
{
color: #F56608;
}
.AnyTagClassName
{
color: #F56608;
}
</style>
background-color css
<style>
a { background-color: #F56608; }
a { background-color: rgb(245,102,8); }
div.DivClassName
{
background-color: #F56608;
}
.BgClassName
{
background-color: #F56608;
}
</style>
border-color css
<style>
span { border-color: #F56608; }
span { border-color: rgb(245,102,8); }
td.TdClassName
{
border-color: #F56608;
}
.TagClassName
{
border-color: #F56608;
}
</style>