Shades of Safety Orange #F46500
Tints of Safety Orange #F46500
RGB
CMYK
RGB Variations
Color information
#F46500 (or 0xF46500) is known color: Safety Orange. HEX triplet: F4, 65 and 00. RGB value is (244,101,0). Sum of RGB (Red+Green+Blue) = 244+101+0=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F46500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46500 is #0B9AFF. Grayscale: #848484. Windows color (decimal): -760576 or 26100. OLE color: 26100.
HSL color Cylindrical-coordinate representation of color #F46500: hue angle of 24.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F46500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.04 |
| HSL | 24.84º | 1% | 0.48% | - |
| HSV(B) | 24.84º | 1% | 0.96% | - |
| XYZ | 41.96 | 28.54 | 3.3 | - |
| YUV | 132.24 | 53.38 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 0 | 0 | 0.59 | 1 | 0.04 | 24.84 | 1 | 0.48 |
| Hex | F4 | 65 | 0 | 0 | 3B | 64 | 4 | 19 | 64 | 30 |
| Octal | 364 | 145 | 0 | 0 | 73 | 144 | 4 | 31 | 144 | 60 |
| Binary | 11110100 | 1100101 | 0 | 0 | 111011 | 1100100 | 100 | 11001 | 1100100 | 110000 |
Color Harmonies of #F46500
Complementary color
Monochromatic Colors of #F46500
Black with #F46500
Text Example
Text Example
White with #F46500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46500; }
p { color: rgb(244,101,0); }
H1.HeaderClassName
{
color: #F46500;
}
.AnyTagClassName
{
color: #F46500;
}
</style>
background-color css
<style>
a { background-color: #F46500; }
a { background-color: rgb(244,101,0); }
div.DivClassName
{
background-color: #F46500;
}
.BgClassName
{
background-color: #F46500;
}
</style>
border-color css
<style>
span { border-color: #F46500; }
span { border-color: rgb(244,101,0); }
td.TdClassName
{
border-color: #F46500;
}
.TagClassName
{
border-color: #F46500;
}
</style>