Shades of Safety Orange #F0680E
Tints of Safety Orange #F0680E
RGB
CMYK
RGB Variations
Color information
#F0680E (or 0xF0680E) is known color: Safety Orange. HEX triplet: F0, 68 and 0E. RGB value is (240,104,14). Sum of RGB (Red+Green+Blue) = 240+104+14=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0680E is #0F97F1. Grayscale: #868686. Windows color (decimal): -1021938 or 944368. OLE color: 944368.
HSL color Cylindrical-coordinate representation of color #F0680E: hue angle of 23.89º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0680E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.06 |
| HSL | 23.89º | 0.89% | 0.5% | - |
| HSV(B) | 23.89º | 0.94% | 0.94% | - |
| XYZ | 40.96 | 28.46 | 3.75 | - |
| YUV | 134.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 14 | 0 | 0.57 | 0.94 | 0.06 | 23.89 | 0.89 | 0.5 |
| Hex | F0 | 68 | E | 0 | 39 | 5E | 6 | 18 | 59 | 32 |
| Octal | 360 | 150 | 16 | 0 | 71 | 136 | 6 | 30 | 131 | 62 |
| Binary | 11110000 | 1101000 | 1110 | 0 | 111001 | 1011110 | 110 | 11000 | 1011001 | 110010 |
Color Harmonies of #F0680E
Complementary color
Monochromatic Colors of #F0680E
Black with #F0680E
Text Example
Text Example
White with #F0680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0680E; }
p { color: rgb(240,104,14); }
H1.HeaderClassName
{
color: #F0680E;
}
.AnyTagClassName
{
color: #F0680E;
}
</style>
background-color css
<style>
a { background-color: #F0680E; }
a { background-color: rgb(240,104,14); }
div.DivClassName
{
background-color: #F0680E;
}
.BgClassName
{
background-color: #F0680E;
}
</style>
border-color css
<style>
span { border-color: #F0680E; }
span { border-color: rgb(240,104,14); }
td.TdClassName
{
border-color: #F0680E;
}
.TagClassName
{
border-color: #F0680E;
}
</style>