Shades of Safety Orange #F76013
Tints of Safety Orange #F76013
RGB
CMYK
RGB Variations
Color information
#F76013 (or 0xF76013) is known color: Safety Orange. HEX triplet: F7, 60 and 13. RGB value is (247,96,19). Sum of RGB (Red+Green+Blue) = 247+96+19=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F76013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76013 is #089FEC. Grayscale: #848484. Windows color (decimal): -565229 or 1270007. OLE color: 1270007.
HSL color Cylindrical-coordinate representation of color #F76013: hue angle of 20.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F76013 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.03 |
| HSL | 20.26º | 0.93% | 0.52% | - |
| HSV(B) | 20.26º | 0.92% | 0.97% | - |
| XYZ | 42.66 | 28.19 | 3.81 | - |
| YUV | 132.37 | 64.03 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 19 | 0 | 0.61 | 0.92 | 0.03 | 20.26 | 0.93 | 0.52 |
| Hex | F7 | 60 | 13 | 0 | 3D | 5C | 3 | 14 | 5D | 34 |
| Octal | 367 | 140 | 23 | 0 | 75 | 134 | 3 | 24 | 135 | 64 |
| Binary | 11110111 | 1100000 | 10011 | 0 | 111101 | 1011100 | 11 | 10100 | 1011101 | 110100 |
Color Harmonies of #F76013
Complementary color
Monochromatic Colors of #F76013
Black with #F76013
Text Example
Text Example
White with #F76013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76013; }
p { color: rgb(247,96,19); }
H1.HeaderClassName
{
color: #F76013;
}
.AnyTagClassName
{
color: #F76013;
}
</style>
background-color css
<style>
a { background-color: #F76013; }
a { background-color: rgb(247,96,19); }
div.DivClassName
{
background-color: #F76013;
}
.BgClassName
{
background-color: #F76013;
}
</style>
border-color css
<style>
span { border-color: #F76013; }
span { border-color: rgb(247,96,19); }
td.TdClassName
{
border-color: #F76013;
}
.TagClassName
{
border-color: #F76013;
}
</style>