Shades of Safety Orange #F56405
Tints of Safety Orange #F56405
RGB
CMYK
RGB Variations
Color information
#F56405 (or 0xF56405) is known color: Safety Orange. HEX triplet: F5, 64 and 05. RGB value is (245,100,5). Sum of RGB (Red+Green+Blue) = 245+100+5=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F56405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56405 is #0A9BFA. Grayscale: #858585. Windows color (decimal): -695291 or 353525. OLE color: 353525.
HSL color Cylindrical-coordinate representation of color #F56405: hue angle of 23.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F56405 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.04 |
| HSL | 23.75º | 0.96% | 0.49% | - |
| HSV(B) | 23.75º | 0.98% | 0.96% | - |
| XYZ | 42.24 | 28.54 | 3.43 | - |
| YUV | 132.53 | 56.04 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 5 | 0 | 0.59 | 0.98 | 0.04 | 23.75 | 0.96 | 0.49 |
| Hex | F5 | 64 | 5 | 0 | 3B | 62 | 4 | 18 | 60 | 31 |
| Octal | 365 | 144 | 5 | 0 | 73 | 142 | 4 | 30 | 140 | 61 |
| Binary | 11110101 | 1100100 | 101 | 0 | 111011 | 1100010 | 100 | 11000 | 1100000 | 110001 |
Color Harmonies of #F56405
Complementary color
Monochromatic Colors of #F56405
Black with #F56405
Text Example
Text Example
White with #F56405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56405; }
p { color: rgb(245,100,5); }
H1.HeaderClassName
{
color: #F56405;
}
.AnyTagClassName
{
color: #F56405;
}
</style>
background-color css
<style>
a { background-color: #F56405; }
a { background-color: rgb(245,100,5); }
div.DivClassName
{
background-color: #F56405;
}
.BgClassName
{
background-color: #F56405;
}
</style>
border-color css
<style>
span { border-color: #F56405; }
span { border-color: rgb(245,100,5); }
td.TdClassName
{
border-color: #F56405;
}
.TagClassName
{
border-color: #F56405;
}
</style>