Shades of Safety Orange #F76F00
Tints of Safety Orange #F76F00
RGB
CMYK
RGB Variations
Color information
#F76F00 (or 0xF76F00) is known color: Safety Orange. HEX triplet: F7, 6F and 00. RGB value is (247,111,0). Sum of RGB (Red+Green+Blue) = 247+111+0=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F00 is #0890FF. Grayscale: #8B8B8B. Windows color (decimal): -561408 or 28663. OLE color: 28663.
HSL color Cylindrical-coordinate representation of color #F76F00: hue angle of 26.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F76F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.03 |
| HSL | 26.96º | 1% | 0.48% | - |
| HSV(B) | 26.96º | 1% | 0.97% | - |
| XYZ | 44.04 | 31.14 | 3.69 | - |
| YUV | 139.01 | 49.56 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 0 | 0 | 0.55 | 1 | 0.03 | 26.96 | 1 | 0.48 |
| Hex | F7 | 6F | 0 | 0 | 37 | 64 | 3 | 1B | 64 | 30 |
| Octal | 367 | 157 | 0 | 0 | 67 | 144 | 3 | 33 | 144 | 60 |
| Binary | 11110111 | 1101111 | 0 | 0 | 110111 | 1100100 | 11 | 11011 | 1100100 | 110000 |
Color Harmonies of #F76F00
Complementary color
Monochromatic Colors of #F76F00
Black with #F76F00
Text Example
Text Example
White with #F76F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F00; }
p { color: rgb(247,111,0); }
H1.HeaderClassName
{
color: #F76F00;
}
.AnyTagClassName
{
color: #F76F00;
}
</style>
background-color css
<style>
a { background-color: #F76F00; }
a { background-color: rgb(247,111,0); }
div.DivClassName
{
background-color: #F76F00;
}
.BgClassName
{
background-color: #F76F00;
}
</style>
border-color css
<style>
span { border-color: #F76F00; }
span { border-color: rgb(247,111,0); }
td.TdClassName
{
border-color: #F76F00;
}
.TagClassName
{
border-color: #F76F00;
}
</style>