Shades of Safety Orange #F76C0A
Tints of Safety Orange #F76C0A
RGB
CMYK
RGB Variations
Color information
#F76C0A (or 0xF76C0A) is known color: Safety Orange. HEX triplet: F7, 6C and 0A. RGB value is (247,108,10). Sum of RGB (Red+Green+Blue) = 247+108+10=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76C0A is #0893F5. Grayscale: #8A8A8A. Windows color (decimal): -562166 or 683255. OLE color: 683255.
HSL color Cylindrical-coordinate representation of color #F76C0A: hue angle of 24.81º 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 #F76C0A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.03 |
| HSL | 24.81º | 0.94% | 0.5% | - |
| HSV(B) | 24.81º | 0.96% | 0.97% | - |
| XYZ | 43.78 | 30.52 | 3.87 | - |
| YUV | 138.39 | 55.55 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 10 | 0 | 0.56 | 0.96 | 0.03 | 24.81 | 0.94 | 0.5 |
| Hex | F7 | 6C | A | 0 | 38 | 60 | 3 | 19 | 5E | 32 |
| Octal | 367 | 154 | 12 | 0 | 70 | 140 | 3 | 31 | 136 | 62 |
| Binary | 11110111 | 1101100 | 1010 | 0 | 111000 | 1100000 | 11 | 11001 | 1011110 | 110010 |
Color Harmonies of #F76C0A
Complementary color
Monochromatic Colors of #F76C0A
Black with #F76C0A
Text Example
Text Example
White with #F76C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C0A; }
p { color: rgb(247,108,10); }
H1.HeaderClassName
{
color: #F76C0A;
}
.AnyTagClassName
{
color: #F76C0A;
}
</style>
background-color css
<style>
a { background-color: #F76C0A; }
a { background-color: rgb(247,108,10); }
div.DivClassName
{
background-color: #F76C0A;
}
.BgClassName
{
background-color: #F76C0A;
}
</style>
border-color css
<style>
span { border-color: #F76C0A; }
span { border-color: rgb(247,108,10); }
td.TdClassName
{
border-color: #F76C0A;
}
.TagClassName
{
border-color: #F76C0A;
}
</style>