Shades of Safety Orange #F6640E
Tints of Safety Orange #F6640E
RGB
CMYK
RGB Variations
Color information
#F6640E (or 0xF6640E) is known color: Safety Orange. HEX triplet: F6, 64 and 0E. RGB value is (246,100,14). Sum of RGB (Red+Green+Blue) = 246+100+14=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6640E is #099BF1. Grayscale: #868686. Windows color (decimal): -629746 or 943350. OLE color: 943350.
HSL color Cylindrical-coordinate representation of color #F6640E: hue angle of 22.24º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6640E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.04 |
| HSL | 22.24º | 0.93% | 0.51% | - |
| HSV(B) | 22.24º | 0.94% | 0.96% | - |
| XYZ | 42.64 | 28.74 | 3.72 | - |
| YUV | 133.85 | 60.37 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 14 | 0 | 0.59 | 0.94 | 0.04 | 22.24 | 0.93 | 0.51 |
| Hex | F6 | 64 | E | 0 | 3B | 5E | 4 | 16 | 5D | 33 |
| Octal | 366 | 144 | 16 | 0 | 73 | 136 | 4 | 26 | 135 | 63 |
| Binary | 11110110 | 1100100 | 1110 | 0 | 111011 | 1011110 | 100 | 10110 | 1011101 | 110011 |
Color Harmonies of #F6640E
Complementary color
Monochromatic Colors of #F6640E
Black with #F6640E
Text Example
Text Example
White with #F6640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6640E; }
p { color: rgb(246,100,14); }
H1.HeaderClassName
{
color: #F6640E;
}
.AnyTagClassName
{
color: #F6640E;
}
</style>
background-color css
<style>
a { background-color: #F6640E; }
a { background-color: rgb(246,100,14); }
div.DivClassName
{
background-color: #F6640E;
}
.BgClassName
{
background-color: #F6640E;
}
</style>
border-color css
<style>
span { border-color: #F6640E; }
span { border-color: rgb(246,100,14); }
td.TdClassName
{
border-color: #F6640E;
}
.TagClassName
{
border-color: #F6640E;
}
</style>