Shades of Safety Orange #F7680D
Tints of Safety Orange #F7680D
RGB
CMYK
RGB Variations
Color information
#F7680D (or 0xF7680D) is known color: Safety Orange. HEX triplet: F7, 68 and 0D. RGB value is (247,104,13). Sum of RGB (Red+Green+Blue) = 247+104+13=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7680D is #0897F2. Grayscale: #888888. Windows color (decimal): -563187 or 878839. OLE color: 878839.
HSL color Cylindrical-coordinate representation of color #F7680D: hue angle of 23.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7680D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.03 |
| HSL | 23.33º | 0.94% | 0.51% | - |
| HSV(B) | 23.33º | 0.95% | 0.97% | - |
| XYZ | 43.38 | 29.7 | 3.83 | - |
| YUV | 136.38 | 58.38 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 13 | 0 | 0.58 | 0.95 | 0.03 | 23.33 | 0.94 | 0.51 |
| Hex | F7 | 68 | D | 0 | 3A | 5F | 3 | 17 | 5E | 33 |
| Octal | 367 | 150 | 15 | 0 | 72 | 137 | 3 | 27 | 136 | 63 |
| Binary | 11110111 | 1101000 | 1101 | 0 | 111010 | 1011111 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F7680D
Complementary color
Monochromatic Colors of #F7680D
Black with #F7680D
Text Example
Text Example
White with #F7680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7680D; }
p { color: rgb(247,104,13); }
H1.HeaderClassName
{
color: #F7680D;
}
.AnyTagClassName
{
color: #F7680D;
}
</style>
background-color css
<style>
a { background-color: #F7680D; }
a { background-color: rgb(247,104,13); }
div.DivClassName
{
background-color: #F7680D;
}
.BgClassName
{
background-color: #F7680D;
}
</style>
border-color css
<style>
span { border-color: #F7680D; }
span { border-color: rgb(247,104,13); }
td.TdClassName
{
border-color: #F7680D;
}
.TagClassName
{
border-color: #F7680D;
}
</style>