Shades of Safety Orange #F66211
Tints of Safety Orange #F66211
RGB
CMYK
RGB Variations
Color information
#F66211 (or 0xF66211) is known color: Safety Orange. HEX triplet: F6, 62 and 11. RGB value is (246,98,17). Sum of RGB (Red+Green+Blue) = 246+98+17=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F66211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66211 is #099DEE. Grayscale: #858585. Windows color (decimal): -630255 or 1139446. OLE color: 1139446.
HSL color Cylindrical-coordinate representation of color #F66211: hue angle of 21.22º 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 #F66211 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.04 |
| HSL | 21.22º | 0.93% | 0.52% | - |
| HSV(B) | 21.22º | 0.93% | 0.96% | - |
| XYZ | 42.47 | 28.37 | 3.77 | - |
| YUV | 133.02 | 62.53 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 17 | 0 | 0.60 | 0.93 | 0.04 | 21.22 | 0.93 | 0.52 |
| Hex | F6 | 62 | 11 | 0 | 3C | 5D | 4 | 15 | 5D | 34 |
| Octal | 366 | 142 | 21 | 0 | 74 | 135 | 4 | 25 | 135 | 64 |
| Binary | 11110110 | 1100010 | 10001 | 0 | 111100 | 1011101 | 100 | 10101 | 1011101 | 110100 |
Color Harmonies of #F66211
Complementary color
Monochromatic Colors of #F66211
Black with #F66211
Text Example
Text Example
White with #F66211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66211; }
p { color: rgb(246,98,17); }
H1.HeaderClassName
{
color: #F66211;
}
.AnyTagClassName
{
color: #F66211;
}
</style>
background-color css
<style>
a { background-color: #F66211; }
a { background-color: rgb(246,98,17); }
div.DivClassName
{
background-color: #F66211;
}
.BgClassName
{
background-color: #F66211;
}
</style>
border-color css
<style>
span { border-color: #F66211; }
span { border-color: rgb(246,98,17); }
td.TdClassName
{
border-color: #F66211;
}
.TagClassName
{
border-color: #F66211;
}
</style>