Shades of Safety Orange #F7670A
Tints of Safety Orange #F7670A
RGB
CMYK
RGB Variations
Color information
#F7670A (or 0xF7670A) is known color: Safety Orange. HEX triplet: F7, 67 and 0A. RGB value is (247,103,10). Sum of RGB (Red+Green+Blue) = 247+103+10=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7670A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7670A is #0898F5. Grayscale: #878787. Windows color (decimal): -563446 or 681975. OLE color: 681975.
HSL color Cylindrical-coordinate representation of color #F7670A: hue angle of 23.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7670A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.03 |
| HSL | 23.54º | 0.94% | 0.5% | - |
| HSV(B) | 23.54º | 0.96% | 0.97% | - |
| XYZ | 43.26 | 29.5 | 3.7 | - |
| YUV | 135.45 | 57.21 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 10 | 0 | 0.58 | 0.96 | 0.03 | 23.54 | 0.94 | 0.5 |
| Hex | F7 | 67 | A | 0 | 3A | 60 | 3 | 18 | 5E | 32 |
| Octal | 367 | 147 | 12 | 0 | 72 | 140 | 3 | 30 | 136 | 62 |
| Binary | 11110111 | 1100111 | 1010 | 0 | 111010 | 1100000 | 11 | 11000 | 1011110 | 110010 |
Color Harmonies of #F7670A
Complementary color
Monochromatic Colors of #F7670A
Black with #F7670A
Text Example
Text Example
White with #F7670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7670A; }
p { color: rgb(247,103,10); }
H1.HeaderClassName
{
color: #F7670A;
}
.AnyTagClassName
{
color: #F7670A;
}
</style>
background-color css
<style>
a { background-color: #F7670A; }
a { background-color: rgb(247,103,10); }
div.DivClassName
{
background-color: #F7670A;
}
.BgClassName
{
background-color: #F7670A;
}
</style>
border-color css
<style>
span { border-color: #F7670A; }
span { border-color: rgb(247,103,10); }
td.TdClassName
{
border-color: #F7670A;
}
.TagClassName
{
border-color: #F7670A;
}
</style>