Shades of Safety Orange #F76A01
Tints of Safety Orange #F76A01
RGB
CMYK
RGB Variations
Color information
#F76A01 (or 0xF76A01) is known color: Safety Orange. HEX triplet: F7, 6A and 01. RGB value is (247,106,1). Sum of RGB (Red+Green+Blue) = 247+106+1=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A01 is #0895FE. Grayscale: #888888. Windows color (decimal): -562687 or 92919. OLE color: 92919.
HSL color Cylindrical-coordinate representation of color #F76A01: hue angle of 25.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F76A01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.03 |
| HSL | 25.61º | 0.99% | 0.49% | - |
| HSV(B) | 25.61º | 1% | 0.97% | - |
| XYZ | 43.52 | 30.08 | 3.54 | - |
| YUV | 136.19 | 51.71 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 1 | 0 | 0.57 | 1.00 | 0.03 | 25.61 | 0.99 | 0.49 |
| Hex | F7 | 6A | 1 | 0 | 39 | 64 | 3 | 1A | 63 | 31 |
| Octal | 367 | 152 | 1 | 0 | 71 | 144 | 3 | 32 | 143 | 61 |
| Binary | 11110111 | 1101010 | 1 | 0 | 111001 | 1100100 | 11 | 11010 | 1100011 | 110001 |
Color Harmonies of #F76A01
Complementary color
Monochromatic Colors of #F76A01
Black with #F76A01
Text Example
Text Example
White with #F76A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A01; }
p { color: rgb(247,106,1); }
H1.HeaderClassName
{
color: #F76A01;
}
.AnyTagClassName
{
color: #F76A01;
}
</style>
background-color css
<style>
a { background-color: #F76A01; }
a { background-color: rgb(247,106,1); }
div.DivClassName
{
background-color: #F76A01;
}
.BgClassName
{
background-color: #F76A01;
}
</style>
border-color css
<style>
span { border-color: #F76A01; }
span { border-color: rgb(247,106,1); }
td.TdClassName
{
border-color: #F76A01;
}
.TagClassName
{
border-color: #F76A01;
}
</style>