Shades of Safety Orange #F56F09
Tints of Safety Orange #F56F09
RGB
CMYK
RGB Variations
Color information
#F56F09 (or 0xF56F09) is known color: Safety Orange. HEX triplet: F5, 6F and 09. RGB value is (245,111,9). Sum of RGB (Red+Green+Blue) = 245+111+9=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56F09 is #0A90F6. Grayscale: #8B8B8B. Windows color (decimal): -692471 or 618485. OLE color: 618485.
HSL color Cylindrical-coordinate representation of color #F56F09: hue angle of 25.93º 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 #F56F09 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.04 |
| HSL | 25.93º | 0.93% | 0.5% | - |
| HSV(B) | 25.93º | 0.96% | 0.96% | - |
| XYZ | 43.39 | 30.8 | 3.92 | - |
| YUV | 139.44 | 54.39 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 9 | 0 | 0.55 | 0.96 | 0.04 | 25.93 | 0.93 | 0.5 |
| Hex | F5 | 6F | 9 | 0 | 37 | 60 | 4 | 1A | 5D | 32 |
| Octal | 365 | 157 | 11 | 0 | 67 | 140 | 4 | 32 | 135 | 62 |
| Binary | 11110101 | 1101111 | 1001 | 0 | 110111 | 1100000 | 100 | 11010 | 1011101 | 110010 |
Color Harmonies of #F56F09
Complementary color
Monochromatic Colors of #F56F09
Black with #F56F09
Text Example
Text Example
White with #F56F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F09; }
p { color: rgb(245,111,9); }
H1.HeaderClassName
{
color: #F56F09;
}
.AnyTagClassName
{
color: #F56F09;
}
</style>
background-color css
<style>
a { background-color: #F56F09; }
a { background-color: rgb(245,111,9); }
div.DivClassName
{
background-color: #F56F09;
}
.BgClassName
{
background-color: #F56F09;
}
</style>
border-color css
<style>
span { border-color: #F56F09; }
span { border-color: rgb(245,111,9); }
td.TdClassName
{
border-color: #F56F09;
}
.TagClassName
{
border-color: #F56F09;
}
</style>