Shades of Safety Orange #F46700
Tints of Safety Orange #F46700
RGB
CMYK
RGB Variations
Color information
#F46700 (or 0xF46700) is known color: Safety Orange. HEX triplet: F4, 67 and 00. RGB value is (244,103,0). Sum of RGB (Red+Green+Blue) = 244+103+0=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F46700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46700 is #0B98FF. Grayscale: #858585. Windows color (decimal): -760064 or 26612. OLE color: 26612.
HSL color Cylindrical-coordinate representation of color #F46700: hue angle of 25.33º 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 #F46700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.04 |
| HSL | 25.33º | 1% | 0.48% | - |
| HSV(B) | 25.33º | 1% | 0.96% | - |
| XYZ | 42.16 | 28.93 | 3.36 | - |
| YUV | 133.42 | 52.71 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 0 | 0 | 0.58 | 1 | 0.04 | 25.33 | 1 | 0.48 |
| Hex | F4 | 67 | 0 | 0 | 3A | 64 | 4 | 19 | 64 | 30 |
| Octal | 364 | 147 | 0 | 0 | 72 | 144 | 4 | 31 | 144 | 60 |
| Binary | 11110100 | 1100111 | 0 | 0 | 111010 | 1100100 | 100 | 11001 | 1100100 | 110000 |
Color Harmonies of #F46700
Complementary color
Monochromatic Colors of #F46700
Black with #F46700
Text Example
Text Example
White with #F46700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46700; }
p { color: rgb(244,103,0); }
H1.HeaderClassName
{
color: #F46700;
}
.AnyTagClassName
{
color: #F46700;
}
</style>
background-color css
<style>
a { background-color: #F46700; }
a { background-color: rgb(244,103,0); }
div.DivClassName
{
background-color: #F46700;
}
.BgClassName
{
background-color: #F46700;
}
</style>
border-color css
<style>
span { border-color: #F46700; }
span { border-color: rgb(244,103,0); }
td.TdClassName
{
border-color: #F46700;
}
.TagClassName
{
border-color: #F46700;
}
</style>