Shades of Safety Orange #F76B0B
Tints of Safety Orange #F76B0B
RGB
CMYK
RGB Variations
Color information
#F76B0B (or 0xF76B0B) is known color: Safety Orange. HEX triplet: F7, 6B and 0B. RGB value is (247,107,11). Sum of RGB (Red+Green+Blue) = 247+107+11=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76B0B is #0894F4. Grayscale: #8A8A8A. Windows color (decimal): -562421 or 748535. OLE color: 748535.
HSL color Cylindrical-coordinate representation of color #F76B0B: hue angle of 24.41º 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 #F76B0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 11 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.03 |
| HSL | 24.41º | 0.94% | 0.51% | - |
| HSV(B) | 24.41º | 0.96% | 0.97% | - |
| XYZ | 43.68 | 30.31 | 3.87 | - |
| YUV | 137.92 | 56.38 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 11 | 0 | 0.57 | 0.96 | 0.03 | 24.41 | 0.94 | 0.51 |
| Hex | F7 | 6B | B | 0 | 39 | 60 | 3 | 18 | 5E | 33 |
| Octal | 367 | 153 | 13 | 0 | 71 | 140 | 3 | 30 | 136 | 63 |
| Binary | 11110111 | 1101011 | 1011 | 0 | 111001 | 1100000 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F76B0B
Complementary color
Monochromatic Colors of #F76B0B
Black with #F76B0B
Text Example
Text Example
White with #F76B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76B0B; }
p { color: rgb(247,107,11); }
H1.HeaderClassName
{
color: #F76B0B;
}
.AnyTagClassName
{
color: #F76B0B;
}
</style>
background-color css
<style>
a { background-color: #F76B0B; }
a { background-color: rgb(247,107,11); }
div.DivClassName
{
background-color: #F76B0B;
}
.BgClassName
{
background-color: #F76B0B;
}
</style>
border-color css
<style>
span { border-color: #F76B0B; }
span { border-color: rgb(247,107,11); }
td.TdClassName
{
border-color: #F76B0B;
}
.TagClassName
{
border-color: #F76B0B;
}
</style>