Shades of Safety Orange #F56213
Tints of Safety Orange #F56213
RGB
CMYK
RGB Variations
Color information
#F56213 (or 0xF56213) is known color: Safety Orange. HEX triplet: F5, 62 and 13. RGB value is (245,98,19). Sum of RGB (Red+Green+Blue) = 245+98+19=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F56213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56213 is #0A9DEC. Grayscale: #858585. Windows color (decimal): -695789 or 1270517. OLE color: 1270517.
HSL color Cylindrical-coordinate representation of color #F56213: hue angle of 20.97º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F56213 is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 19 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.04 |
| HSL | 20.97º | 0.92% | 0.52% | - |
| HSV(B) | 20.97º | 0.92% | 0.96% | - |
| XYZ | 42.14 | 28.19 | 3.84 | - |
| YUV | 132.95 | 63.7 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 19 | 0 | 0.6 | 0.92 | 0.04 | 20.97 | 0.92 | 0.52 |
| Hex | F5 | 62 | 13 | 0 | 3C | 5C | 4 | 15 | 5C | 34 |
| Octal | 365 | 142 | 23 | 0 | 74 | 134 | 4 | 25 | 134 | 64 |
| Binary | 11110101 | 1100010 | 10011 | 0 | 111100 | 1011100 | 100 | 10101 | 1011100 | 110100 |
Color Harmonies of #F56213
Complementary color
Monochromatic Colors of #F56213
Black with #F56213
Text Example
Text Example
White with #F56213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56213; }
p { color: rgb(245,98,19); }
H1.HeaderClassName
{
color: #F56213;
}
.AnyTagClassName
{
color: #F56213;
}
</style>
background-color css
<style>
a { background-color: #F56213; }
a { background-color: rgb(245,98,19); }
div.DivClassName
{
background-color: #F56213;
}
.BgClassName
{
background-color: #F56213;
}
</style>
border-color css
<style>
span { border-color: #F56213; }
span { border-color: rgb(245,98,19); }
td.TdClassName
{
border-color: #F56213;
}
.TagClassName
{
border-color: #F56213;
}
</style>