Shades of Safety Orange #F0680D
Tints of Safety Orange #F0680D
RGB
CMYK
RGB Variations
Color information
#F0680D (or 0xF0680D) is known color: Safety Orange. HEX triplet: F0, 68 and 0D. RGB value is (240,104,13). Sum of RGB (Red+Green+Blue) = 240+104+13=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0680D is #0F97F2. Grayscale: #868686. Windows color (decimal): -1021939 or 878832. OLE color: 878832.
HSL color Cylindrical-coordinate representation of color #F0680D: hue angle of 24.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0680D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.06 |
| HSL | 24.05º | 0.9% | 0.5% | - |
| HSV(B) | 24.05º | 0.95% | 0.94% | - |
| XYZ | 40.96 | 28.45 | 3.71 | - |
| YUV | 134.29 | 59.56 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 13 | 0 | 0.57 | 0.95 | 0.06 | 24.05 | 0.9 | 0.5 |
| Hex | F0 | 68 | D | 0 | 39 | 5F | 6 | 18 | 5A | 32 |
| Octal | 360 | 150 | 15 | 0 | 71 | 137 | 6 | 30 | 132 | 62 |
| Binary | 11110000 | 1101000 | 1101 | 0 | 111001 | 1011111 | 110 | 11000 | 1011010 | 110010 |
Color Harmonies of #F0680D
Complementary color
Monochromatic Colors of #F0680D
Black with #F0680D
Text Example
Text Example
White with #F0680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0680D; }
p { color: rgb(240,104,13); }
H1.HeaderClassName
{
color: #F0680D;
}
.AnyTagClassName
{
color: #F0680D;
}
</style>
background-color css
<style>
a { background-color: #F0680D; }
a { background-color: rgb(240,104,13); }
div.DivClassName
{
background-color: #F0680D;
}
.BgClassName
{
background-color: #F0680D;
}
</style>
border-color css
<style>
span { border-color: #F0680D; }
span { border-color: rgb(240,104,13); }
td.TdClassName
{
border-color: #F0680D;
}
.TagClassName
{
border-color: #F0680D;
}
</style>