Shades of Safety Orange #F66710
Tints of Safety Orange #F66710
RGB
CMYK
RGB Variations
Color information
#F66710 (or 0xF66710) is known color: Safety Orange. HEX triplet: F6, 67 and 10. RGB value is (246,103,16). Sum of RGB (Red+Green+Blue) = 246+103+16=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F66710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66710 is #0998EF. Grayscale: #888888. Windows color (decimal): -628976 or 1075190. OLE color: 1075190.
HSL color Cylindrical-coordinate representation of color #F66710: hue angle of 22.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66710 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.04 |
| HSL | 22.7º | 0.93% | 0.51% | - |
| HSV(B) | 22.7º | 0.93% | 0.96% | - |
| XYZ | 42.95 | 29.33 | 3.89 | - |
| YUV | 135.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 16 | 0 | 0.58 | 0.93 | 0.04 | 22.7 | 0.93 | 0.51 |
| Hex | F6 | 67 | 10 | 0 | 3A | 5D | 4 | 17 | 5D | 33 |
| Octal | 366 | 147 | 20 | 0 | 72 | 135 | 4 | 27 | 135 | 63 |
| Binary | 11110110 | 1100111 | 10000 | 0 | 111010 | 1011101 | 100 | 10111 | 1011101 | 110011 |
Color Harmonies of #F66710
Complementary color
Monochromatic Colors of #F66710
Black with #F66710
Text Example
Text Example
White with #F66710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66710; }
p { color: rgb(246,103,16); }
H1.HeaderClassName
{
color: #F66710;
}
.AnyTagClassName
{
color: #F66710;
}
</style>
background-color css
<style>
a { background-color: #F66710; }
a { background-color: rgb(246,103,16); }
div.DivClassName
{
background-color: #F66710;
}
.BgClassName
{
background-color: #F66710;
}
</style>
border-color css
<style>
span { border-color: #F66710; }
span { border-color: rgb(246,103,16); }
td.TdClassName
{
border-color: #F66710;
}
.TagClassName
{
border-color: #F66710;
}
</style>