Shades of Safety Orange #F76F0B
Tints of Safety Orange #F76F0B
RGB
CMYK
RGB Variations
Color information
#F76F0B (or 0xF76F0B) is known color: Safety Orange. HEX triplet: F7, 6F and 0B. RGB value is (247,111,11). Sum of RGB (Red+Green+Blue) = 247+111+11=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F0B is #0890F4. Grayscale: #8C8C8C. Windows color (decimal): -561397 or 749559. OLE color: 749559.
HSL color Cylindrical-coordinate representation of color #F76F0B: hue angle of 25.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F76F0B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.03 |
| HSL | 25.42º | 0.94% | 0.51% | - |
| HSV(B) | 25.42º | 0.96% | 0.97% | - |
| XYZ | 44.1 | 31.17 | 4.01 | - |
| YUV | 140.26 | 55.06 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 11 | 0 | 0.55 | 0.96 | 0.03 | 25.42 | 0.94 | 0.51 |
| Hex | F7 | 6F | B | 0 | 37 | 60 | 3 | 19 | 5E | 33 |
| Octal | 367 | 157 | 13 | 0 | 67 | 140 | 3 | 31 | 136 | 63 |
| Binary | 11110111 | 1101111 | 1011 | 0 | 110111 | 1100000 | 11 | 11001 | 1011110 | 110011 |
Color Harmonies of #F76F0B
Complementary color
Monochromatic Colors of #F76F0B
Black with #F76F0B
Text Example
Text Example
White with #F76F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F0B; }
p { color: rgb(247,111,11); }
H1.HeaderClassName
{
color: #F76F0B;
}
.AnyTagClassName
{
color: #F76F0B;
}
</style>
background-color css
<style>
a { background-color: #F76F0B; }
a { background-color: rgb(247,111,11); }
div.DivClassName
{
background-color: #F76F0B;
}
.BgClassName
{
background-color: #F76F0B;
}
</style>
border-color css
<style>
span { border-color: #F76F0B; }
span { border-color: rgb(247,111,11); }
td.TdClassName
{
border-color: #F76F0B;
}
.TagClassName
{
border-color: #F76F0B;
}
</style>