Shades of Safety Orange #F7670E
Tints of Safety Orange #F7670E
RGB
CMYK
RGB Variations
Color information
#F7670E (or 0xF7670E) is known color: Safety Orange. HEX triplet: F7, 67 and 0E. RGB value is (247,103,14). Sum of RGB (Red+Green+Blue) = 247+103+14=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7670E is #0898F1. Grayscale: #888888. Windows color (decimal): -563442 or 944119. OLE color: 944119.
HSL color Cylindrical-coordinate representation of color #F7670E: hue angle of 22.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7670E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.03 |
| HSL | 22.92º | 0.94% | 0.51% | - |
| HSV(B) | 22.92º | 0.94% | 0.97% | - |
| XYZ | 43.29 | 29.51 | 3.83 | - |
| YUV | 135.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 14 | 0 | 0.58 | 0.94 | 0.03 | 22.92 | 0.94 | 0.51 |
| Hex | F7 | 67 | E | 0 | 3A | 5E | 3 | 17 | 5E | 33 |
| Octal | 367 | 147 | 16 | 0 | 72 | 136 | 3 | 27 | 136 | 63 |
| Binary | 11110111 | 1100111 | 1110 | 0 | 111010 | 1011110 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F7670E
Complementary color
Monochromatic Colors of #F7670E
Black with #F7670E
Text Example
Text Example
White with #F7670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7670E; }
p { color: rgb(247,103,14); }
H1.HeaderClassName
{
color: #F7670E;
}
.AnyTagClassName
{
color: #F7670E;
}
</style>
background-color css
<style>
a { background-color: #F7670E; }
a { background-color: rgb(247,103,14); }
div.DivClassName
{
background-color: #F7670E;
}
.BgClassName
{
background-color: #F7670E;
}
</style>
border-color css
<style>
span { border-color: #F7670E; }
span { border-color: rgb(247,103,14); }
td.TdClassName
{
border-color: #F7670E;
}
.TagClassName
{
border-color: #F7670E;
}
</style>