Shades of Safety Orange #F66404
Tints of Safety Orange #F66404
RGB
CMYK
RGB Variations
Color information
#F66404 (or 0xF66404) is known color: Safety Orange. HEX triplet: F6, 64 and 04. RGB value is (246,100,4). Sum of RGB (Red+Green+Blue) = 246+100+4=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F66404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66404 is #099BFB. Grayscale: #858585. Windows color (decimal): -629756 or 287990. OLE color: 287990.
HSL color Cylindrical-coordinate representation of color #F66404: hue angle of 23.8º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F66404 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.04 |
| HSL | 23.8º | 0.97% | 0.49% | - |
| HSV(B) | 23.8º | 0.98% | 0.96% | - |
| XYZ | 42.59 | 28.72 | 3.41 | - |
| YUV | 132.71 | 55.37 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 4 | 0 | 0.59 | 0.98 | 0.04 | 23.8 | 0.97 | 0.49 |
| Hex | F6 | 64 | 4 | 0 | 3B | 62 | 4 | 18 | 61 | 31 |
| Octal | 366 | 144 | 4 | 0 | 73 | 142 | 4 | 30 | 141 | 61 |
| Binary | 11110110 | 1100100 | 100 | 0 | 111011 | 1100010 | 100 | 11000 | 1100001 | 110001 |
Color Harmonies of #F66404
Complementary color
Monochromatic Colors of #F66404
Black with #F66404
Text Example
Text Example
White with #F66404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66404; }
p { color: rgb(246,100,4); }
H1.HeaderClassName
{
color: #F66404;
}
.AnyTagClassName
{
color: #F66404;
}
</style>
background-color css
<style>
a { background-color: #F66404; }
a { background-color: rgb(246,100,4); }
div.DivClassName
{
background-color: #F66404;
}
.BgClassName
{
background-color: #F66404;
}
</style>
border-color css
<style>
span { border-color: #F66404; }
span { border-color: rgb(246,100,4); }
td.TdClassName
{
border-color: #F66404;
}
.TagClassName
{
border-color: #F66404;
}
</style>