Shades of Safety Orange #F56311
Tints of Safety Orange #F56311
RGB
CMYK
RGB Variations
Color information
#F56311 (or 0xF56311) is known color: Safety Orange. HEX triplet: F5, 63 and 11. RGB value is (245,99,17). Sum of RGB (Red+Green+Blue) = 245+99+17=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F56311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56311 is #0A9CEE. Grayscale: #858585. Windows color (decimal): -695535 or 1139701. OLE color: 1139701.
HSL color Cylindrical-coordinate representation of color #F56311: hue angle of 21.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56311 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.04 |
| HSL | 21.58º | 0.92% | 0.51% | - |
| HSV(B) | 21.58º | 0.93% | 0.96% | - |
| XYZ | 42.22 | 28.38 | 3.78 | - |
| YUV | 133.31 | 62.37 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 17 | 0 | 0.60 | 0.93 | 0.04 | 21.58 | 0.92 | 0.51 |
| Hex | F5 | 63 | 11 | 0 | 3C | 5D | 4 | 16 | 5C | 33 |
| Octal | 365 | 143 | 21 | 0 | 74 | 135 | 4 | 26 | 134 | 63 |
| Binary | 11110101 | 1100011 | 10001 | 0 | 111100 | 1011101 | 100 | 10110 | 1011100 | 110011 |
Color Harmonies of #F56311
Complementary color
Monochromatic Colors of #F56311
Black with #F56311
Text Example
Text Example
White with #F56311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56311; }
p { color: rgb(245,99,17); }
H1.HeaderClassName
{
color: #F56311;
}
.AnyTagClassName
{
color: #F56311;
}
</style>
background-color css
<style>
a { background-color: #F56311; }
a { background-color: rgb(245,99,17); }
div.DivClassName
{
background-color: #F56311;
}
.BgClassName
{
background-color: #F56311;
}
</style>
border-color css
<style>
span { border-color: #F56311; }
span { border-color: rgb(245,99,17); }
td.TdClassName
{
border-color: #F56311;
}
.TagClassName
{
border-color: #F56311;
}
</style>