Shades of Safety Orange #F66011
Tints of Safety Orange #F66011
RGB
CMYK
RGB Variations
Color information
#F66011 (or 0xF66011) is known color: Safety Orange. HEX triplet: F6, 60 and 11. RGB value is (246,96,17). Sum of RGB (Red+Green+Blue) = 246+96+17=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F66011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66011 is #099FEE. Grayscale: #848484. Windows color (decimal): -630767 or 1138934. OLE color: 1138934.
HSL color Cylindrical-coordinate representation of color #F66011: hue angle of 20.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66011 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.7º | 0.93% | 0.52% | - |
| HSV(B) | 20.7º | 0.93% | 0.96% | - |
| XYZ | 42.29 | 28 | 3.71 | - |
| YUV | 131.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 17 | 0 | 0.61 | 0.93 | 0.04 | 20.7 | 0.93 | 0.52 |
| Hex | F6 | 60 | 11 | 0 | 3D | 5D | 4 | 15 | 5D | 34 |
| Octal | 366 | 140 | 21 | 0 | 75 | 135 | 4 | 25 | 135 | 64 |
| Binary | 11110110 | 1100000 | 10001 | 0 | 111101 | 1011101 | 100 | 10101 | 1011101 | 110100 |
Color Harmonies of #F66011
Complementary color
Monochromatic Colors of #F66011
Black with #F66011
Text Example
Text Example
White with #F66011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66011; }
p { color: rgb(246,96,17); }
H1.HeaderClassName
{
color: #F66011;
}
.AnyTagClassName
{
color: #F66011;
}
</style>
background-color css
<style>
a { background-color: #F66011; }
a { background-color: rgb(246,96,17); }
div.DivClassName
{
background-color: #F66011;
}
.BgClassName
{
background-color: #F66011;
}
</style>
border-color css
<style>
span { border-color: #F66011; }
span { border-color: rgb(246,96,17); }
td.TdClassName
{
border-color: #F66011;
}
.TagClassName
{
border-color: #F66011;
}
</style>