Shades of Safety Orange #F7610A
Tints of Safety Orange #F7610A
RGB
CMYK
RGB Variations
Color information
#F7610A (or 0xF7610A) is known color: Safety Orange. HEX triplet: F7, 61 and 0A. RGB value is (247,97,10). Sum of RGB (Red+Green+Blue) = 247+97+10=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7610A is #089EF5. Grayscale: #848484. Windows color (decimal): -564982 or 680439. OLE color: 680439.
HSL color Cylindrical-coordinate representation of color #F7610A: hue angle of 22.03º 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 #F7610A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.03 |
| HSL | 22.03º | 0.94% | 0.5% | - |
| HSV(B) | 22.03º | 0.96% | 0.97% | - |
| XYZ | 42.69 | 28.35 | 3.51 | - |
| YUV | 131.93 | 59.2 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 10 | 0 | 0.61 | 0.96 | 0.03 | 22.03 | 0.94 | 0.5 |
| Hex | F7 | 61 | A | 0 | 3D | 60 | 3 | 16 | 5E | 32 |
| Octal | 367 | 141 | 12 | 0 | 75 | 140 | 3 | 26 | 136 | 62 |
| Binary | 11110111 | 1100001 | 1010 | 0 | 111101 | 1100000 | 11 | 10110 | 1011110 | 110010 |
Color Harmonies of #F7610A
Complementary color
Monochromatic Colors of #F7610A
Black with #F7610A
Text Example
Text Example
White with #F7610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7610A; }
p { color: rgb(247,97,10); }
H1.HeaderClassName
{
color: #F7610A;
}
.AnyTagClassName
{
color: #F7610A;
}
</style>
background-color css
<style>
a { background-color: #F7610A; }
a { background-color: rgb(247,97,10); }
div.DivClassName
{
background-color: #F7610A;
}
.BgClassName
{
background-color: #F7610A;
}
</style>
border-color css
<style>
span { border-color: #F7610A; }
span { border-color: rgb(247,97,10); }
td.TdClassName
{
border-color: #F7610A;
}
.TagClassName
{
border-color: #F7610A;
}
</style>