Shades of Safety Orange #F0680F
Tints of Safety Orange #F0680F
RGB
CMYK
RGB Variations
Color information
#F0680F (or 0xF0680F) is known color: Safety Orange. HEX triplet: F0, 68 and 0F. RGB value is (240,104,15). Sum of RGB (Red+Green+Blue) = 240+104+15=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0680F is #0F97F0. Grayscale: #878787. Windows color (decimal): -1021937 or 1009904. OLE color: 1009904.
HSL color Cylindrical-coordinate representation of color #F0680F: hue angle of 23.73º degrees, saturation: 0.88, 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 #F0680F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.06 |
| HSL | 23.73º | 0.88% | 0.5% | - |
| HSV(B) | 23.73º | 0.94% | 0.94% | - |
| XYZ | 40.97 | 28.46 | 3.79 | - |
| YUV | 134.52 | 60.56 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 15 | 0 | 0.57 | 0.94 | 0.06 | 23.73 | 0.88 | 0.5 |
| Hex | F0 | 68 | F | 0 | 39 | 5E | 6 | 18 | 58 | 32 |
| Octal | 360 | 150 | 17 | 0 | 71 | 136 | 6 | 30 | 130 | 62 |
| Binary | 11110000 | 1101000 | 1111 | 0 | 111001 | 1011110 | 110 | 11000 | 1011000 | 110010 |
Color Harmonies of #F0680F
Complementary color
Monochromatic Colors of #F0680F
Black with #F0680F
Text Example
Text Example
White with #F0680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0680F; }
p { color: rgb(240,104,15); }
H1.HeaderClassName
{
color: #F0680F;
}
.AnyTagClassName
{
color: #F0680F;
}
</style>
background-color css
<style>
a { background-color: #F0680F; }
a { background-color: rgb(240,104,15); }
div.DivClassName
{
background-color: #F0680F;
}
.BgClassName
{
background-color: #F0680F;
}
</style>
border-color css
<style>
span { border-color: #F0680F; }
span { border-color: rgb(240,104,15); }
td.TdClassName
{
border-color: #F0680F;
}
.TagClassName
{
border-color: #F0680F;
}
</style>