Shades of Safety Orange #F7680B
Tints of Safety Orange #F7680B
RGB
CMYK
RGB Variations
Color information
#F7680B (or 0xF7680B) is known color: Safety Orange. HEX triplet: F7, 68 and 0B. RGB value is (247,104,11). Sum of RGB (Red+Green+Blue) = 247+104+11=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7680B is #0897F4. Grayscale: #888888. Windows color (decimal): -563189 or 747767. OLE color: 747767.
HSL color Cylindrical-coordinate representation of color #F7680B: hue angle of 23.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7680B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.03 |
| HSL | 23.64º | 0.94% | 0.51% | - |
| HSV(B) | 23.64º | 0.96% | 0.97% | - |
| XYZ | 43.37 | 29.7 | 3.76 | - |
| YUV | 136.16 | 57.38 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 11 | 0 | 0.58 | 0.96 | 0.03 | 23.64 | 0.94 | 0.51 |
| Hex | F7 | 68 | B | 0 | 3A | 60 | 3 | 18 | 5E | 33 |
| Octal | 367 | 150 | 13 | 0 | 72 | 140 | 3 | 30 | 136 | 63 |
| Binary | 11110111 | 1101000 | 1011 | 0 | 111010 | 1100000 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F7680B
Complementary color
Monochromatic Colors of #F7680B
Black with #F7680B
Text Example
Text Example
White with #F7680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7680B; }
p { color: rgb(247,104,11); }
H1.HeaderClassName
{
color: #F7680B;
}
.AnyTagClassName
{
color: #F7680B;
}
</style>
background-color css
<style>
a { background-color: #F7680B; }
a { background-color: rgb(247,104,11); }
div.DivClassName
{
background-color: #F7680B;
}
.BgClassName
{
background-color: #F7680B;
}
</style>
border-color css
<style>
span { border-color: #F7680B; }
span { border-color: rgb(247,104,11); }
td.TdClassName
{
border-color: #F7680B;
}
.TagClassName
{
border-color: #F7680B;
}
</style>