Shades of Safety Orange #F56C09
Tints of Safety Orange #F56C09
RGB
CMYK
RGB Variations
Color information
#F56C09 (or 0xF56C09) is known color: Safety Orange. HEX triplet: F5, 6C and 09. RGB value is (245,108,9). Sum of RGB (Red+Green+Blue) = 245+108+9=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56C09 is #0A93F6. Grayscale: #8A8A8A. Windows color (decimal): -693239 or 617717. OLE color: 617717.
HSL color Cylindrical-coordinate representation of color #F56C09: hue angle of 25.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F56C09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.04 |
| HSL | 25.17º | 0.93% | 0.5% | - |
| HSV(B) | 25.17º | 0.96% | 0.96% | - |
| XYZ | 43.07 | 30.16 | 3.81 | - |
| YUV | 137.68 | 55.39 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 9 | 0 | 0.56 | 0.96 | 0.04 | 25.17 | 0.93 | 0.5 |
| Hex | F5 | 6C | 9 | 0 | 38 | 60 | 4 | 19 | 5D | 32 |
| Octal | 365 | 154 | 11 | 0 | 70 | 140 | 4 | 31 | 135 | 62 |
| Binary | 11110101 | 1101100 | 1001 | 0 | 111000 | 1100000 | 100 | 11001 | 1011101 | 110010 |
Color Harmonies of #F56C09
Complementary color
Monochromatic Colors of #F56C09
Black with #F56C09
Text Example
Text Example
White with #F56C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C09; }
p { color: rgb(245,108,9); }
H1.HeaderClassName
{
color: #F56C09;
}
.AnyTagClassName
{
color: #F56C09;
}
</style>
background-color css
<style>
a { background-color: #F56C09; }
a { background-color: rgb(245,108,9); }
div.DivClassName
{
background-color: #F56C09;
}
.BgClassName
{
background-color: #F56C09;
}
</style>
border-color css
<style>
span { border-color: #F56C09; }
span { border-color: rgb(245,108,9); }
td.TdClassName
{
border-color: #F56C09;
}
.TagClassName
{
border-color: #F56C09;
}
</style>