Shades of Safety Orange #F46210
Tints of Safety Orange #F46210
RGB
CMYK
RGB Variations
Color information
#F46210 (or 0xF46210) is known color: Safety Orange. HEX triplet: F4, 62 and 10. RGB value is (244,98,16). Sum of RGB (Red+Green+Blue) = 244+98+16=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F46210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46210 is #0B9DEF. Grayscale: #848484. Windows color (decimal): -761328 or 1073908. OLE color: 1073908.
HSL color Cylindrical-coordinate representation of color #F46210: hue angle of 21.58º degrees, saturation: 0.91, 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 #F46210 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 98 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.04 |
| HSL | 21.58º | 0.91% | 0.51% | - |
| HSV(B) | 21.58º | 0.93% | 0.96% | - |
| XYZ | 41.77 | 28.01 | 3.69 | - |
| YUV | 132.31 | 62.37 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 98 | 16 | 0 | 0.60 | 0.93 | 0.04 | 21.58 | 0.91 | 0.51 |
| Hex | F4 | 62 | 10 | 0 | 3C | 5D | 4 | 16 | 5B | 33 |
| Octal | 364 | 142 | 20 | 0 | 74 | 135 | 4 | 26 | 133 | 63 |
| Binary | 11110100 | 1100010 | 10000 | 0 | 111100 | 1011101 | 100 | 10110 | 1011011 | 110011 |
Color Harmonies of #F46210
Complementary color
Monochromatic Colors of #F46210
Black with #F46210
Text Example
Text Example
White with #F46210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46210; }
p { color: rgb(244,98,16); }
H1.HeaderClassName
{
color: #F46210;
}
.AnyTagClassName
{
color: #F46210;
}
</style>
background-color css
<style>
a { background-color: #F46210; }
a { background-color: rgb(244,98,16); }
div.DivClassName
{
background-color: #F46210;
}
.BgClassName
{
background-color: #F46210;
}
</style>
border-color css
<style>
span { border-color: #F46210; }
span { border-color: rgb(244,98,16); }
td.TdClassName
{
border-color: #F46210;
}
.TagClassName
{
border-color: #F46210;
}
</style>