Shades of Safety Orange #F0680B
Tints of Safety Orange #F0680B
RGB
CMYK
RGB Variations
Color information
#F0680B (or 0xF0680B) is known color: Safety Orange. HEX triplet: F0, 68 and 0B. RGB value is (240,104,11). Sum of RGB (Red+Green+Blue) = 240+104+11=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0680B is #0F97F4. Grayscale: #868686. Windows color (decimal): -1021941 or 747760. OLE color: 747760.
HSL color Cylindrical-coordinate representation of color #F0680B: hue angle of 24.37º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0680B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.06 |
| HSL | 24.37º | 0.91% | 0.49% | - |
| HSV(B) | 24.37º | 0.95% | 0.94% | - |
| XYZ | 40.95 | 28.45 | 3.65 | - |
| YUV | 134.06 | 58.56 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 11 | 0 | 0.57 | 0.95 | 0.06 | 24.37 | 0.91 | 0.49 |
| Hex | F0 | 68 | B | 0 | 39 | 5F | 6 | 18 | 5B | 31 |
| Octal | 360 | 150 | 13 | 0 | 71 | 137 | 6 | 30 | 133 | 61 |
| Binary | 11110000 | 1101000 | 1011 | 0 | 111001 | 1011111 | 110 | 11000 | 1011011 | 110001 |
Color Harmonies of #F0680B
Complementary color
Monochromatic Colors of #F0680B
Black with #F0680B
Text Example
Text Example
White with #F0680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0680B; }
p { color: rgb(240,104,11); }
H1.HeaderClassName
{
color: #F0680B;
}
.AnyTagClassName
{
color: #F0680B;
}
</style>
background-color css
<style>
a { background-color: #F0680B; }
a { background-color: rgb(240,104,11); }
div.DivClassName
{
background-color: #F0680B;
}
.BgClassName
{
background-color: #F0680B;
}
</style>
border-color css
<style>
span { border-color: #F0680B; }
span { border-color: rgb(240,104,11); }
td.TdClassName
{
border-color: #F0680B;
}
.TagClassName
{
border-color: #F0680B;
}
</style>