Shades of Safety Orange #F46410
Tints of Safety Orange #F46410
RGB
CMYK
RGB Variations
Color information
#F46410 (or 0xF46410) is known color: Safety Orange. HEX triplet: F4, 64 and 10. RGB value is (244,100,16). Sum of RGB (Red+Green+Blue) = 244+100+16=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F46410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46410 is #0B9BEF. Grayscale: #858585. Windows color (decimal): -760816 or 1074420. OLE color: 1074420.
HSL color Cylindrical-coordinate representation of color #F46410: hue angle of 22.11º 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 #F46410 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.04 |
| HSL | 22.11º | 0.91% | 0.51% | - |
| HSV(B) | 22.11º | 0.93% | 0.96% | - |
| XYZ | 41.96 | 28.38 | 3.76 | - |
| YUV | 133.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 16 | 0 | 0.59 | 0.93 | 0.04 | 22.11 | 0.91 | 0.51 |
| Hex | F4 | 64 | 10 | 0 | 3B | 5D | 4 | 16 | 5B | 33 |
| Octal | 364 | 144 | 20 | 0 | 73 | 135 | 4 | 26 | 133 | 63 |
| Binary | 11110100 | 1100100 | 10000 | 0 | 111011 | 1011101 | 100 | 10110 | 1011011 | 110011 |
Color Harmonies of #F46410
Complementary color
Monochromatic Colors of #F46410
Black with #F46410
Text Example
Text Example
White with #F46410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46410; }
p { color: rgb(244,100,16); }
H1.HeaderClassName
{
color: #F46410;
}
.AnyTagClassName
{
color: #F46410;
}
</style>
background-color css
<style>
a { background-color: #F46410; }
a { background-color: rgb(244,100,16); }
div.DivClassName
{
background-color: #F46410;
}
.BgClassName
{
background-color: #F46410;
}
</style>
border-color css
<style>
span { border-color: #F46410; }
span { border-color: rgb(244,100,16); }
td.TdClassName
{
border-color: #F46410;
}
.TagClassName
{
border-color: #F46410;
}
</style>