Shades of Safety Orange #F66E0B
Tints of Safety Orange #F66E0B
RGB
CMYK
RGB Variations
Color information
#F66E0B (or 0xF66E0B) is known color: Safety Orange. HEX triplet: F6, 6E and 0B. RGB value is (246,110,11). Sum of RGB (Red+Green+Blue) = 246+110+11=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66E0B is #0991F4. Grayscale: #8B8B8B. Windows color (decimal): -627189 or 749302. OLE color: 749302.
HSL color Cylindrical-coordinate representation of color #F66E0B: hue angle of 25.28º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F66E0B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.04 |
| HSL | 25.28º | 0.93% | 0.5% | - |
| HSV(B) | 25.28º | 0.96% | 0.96% | - |
| XYZ | 43.64 | 30.77 | 3.96 | - |
| YUV | 139.38 | 55.56 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 11 | 0 | 0.55 | 0.96 | 0.04 | 25.28 | 0.93 | 0.5 |
| Hex | F6 | 6E | B | 0 | 37 | 60 | 4 | 19 | 5D | 32 |
| Octal | 366 | 156 | 13 | 0 | 67 | 140 | 4 | 31 | 135 | 62 |
| Binary | 11110110 | 1101110 | 1011 | 0 | 110111 | 1100000 | 100 | 11001 | 1011101 | 110010 |
Color Harmonies of #F66E0B
Complementary color
Monochromatic Colors of #F66E0B
Black with #F66E0B
Text Example
Text Example
White with #F66E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66E0B; }
p { color: rgb(246,110,11); }
H1.HeaderClassName
{
color: #F66E0B;
}
.AnyTagClassName
{
color: #F66E0B;
}
</style>
background-color css
<style>
a { background-color: #F66E0B; }
a { background-color: rgb(246,110,11); }
div.DivClassName
{
background-color: #F66E0B;
}
.BgClassName
{
background-color: #F66E0B;
}
</style>
border-color css
<style>
span { border-color: #F66E0B; }
span { border-color: rgb(246,110,11); }
td.TdClassName
{
border-color: #F66E0B;
}
.TagClassName
{
border-color: #F66E0B;
}
</style>