Shades of Safety Orange #F56602
Tints of Safety Orange #F56602
RGB
CMYK
RGB Variations
Color information
#F56602 (or 0xF56602) is known color: Safety Orange. HEX triplet: F5, 66 and 02. RGB value is (245,102,2). Sum of RGB (Red+Green+Blue) = 245+102+2=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F56602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56602 is #0A99FD. Grayscale: #858585. Windows color (decimal): -694782 or 157429. OLE color: 157429.
HSL color Cylindrical-coordinate representation of color #F56602: hue angle of 24.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F56602 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.04 |
| HSL | 24.69º | 0.98% | 0.48% | - |
| HSV(B) | 24.69º | 0.99% | 0.96% | - |
| XYZ | 42.42 | 28.92 | 3.4 | - |
| YUV | 133.36 | 53.88 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 2 | 0 | 0.58 | 0.99 | 0.04 | 24.69 | 0.98 | 0.48 |
| Hex | F5 | 66 | 2 | 0 | 3A | 63 | 4 | 19 | 62 | 30 |
| Octal | 365 | 146 | 2 | 0 | 72 | 143 | 4 | 31 | 142 | 60 |
| Binary | 11110101 | 1100110 | 10 | 0 | 111010 | 1100011 | 100 | 11001 | 1100010 | 110000 |
Color Harmonies of #F56602
Complementary color
Monochromatic Colors of #F56602
Black with #F56602
Text Example
Text Example
White with #F56602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56602; }
p { color: rgb(245,102,2); }
H1.HeaderClassName
{
color: #F56602;
}
.AnyTagClassName
{
color: #F56602;
}
</style>
background-color css
<style>
a { background-color: #F56602; }
a { background-color: rgb(245,102,2); }
div.DivClassName
{
background-color: #F56602;
}
.BgClassName
{
background-color: #F56602;
}
</style>
border-color css
<style>
span { border-color: #F56602; }
span { border-color: rgb(245,102,2); }
td.TdClassName
{
border-color: #F56602;
}
.TagClassName
{
border-color: #F56602;
}
</style>