Shades of Safety Orange #F76B0D
Tints of Safety Orange #F76B0D
RGB
CMYK
RGB Variations
Color information
#F76B0D (or 0xF76B0D) is known color: Safety Orange. HEX triplet: F7, 6B and 0D. RGB value is (247,107,13). Sum of RGB (Red+Green+Blue) = 247+107+13=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76B0D is #0894F2. Grayscale: #8A8A8A. Windows color (decimal): -562419 or 879607. OLE color: 879607.
HSL color Cylindrical-coordinate representation of color #F76B0D: hue angle of 24.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F76B0D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.03 |
| HSL | 24.1º | 0.94% | 0.51% | - |
| HSV(B) | 24.1º | 0.95% | 0.97% | - |
| XYZ | 43.69 | 30.32 | 3.93 | - |
| YUV | 138.14 | 57.38 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 13 | 0 | 0.57 | 0.95 | 0.03 | 24.1 | 0.94 | 0.51 |
| Hex | F7 | 6B | D | 0 | 39 | 5F | 3 | 18 | 5E | 33 |
| Octal | 367 | 153 | 15 | 0 | 71 | 137 | 3 | 30 | 136 | 63 |
| Binary | 11110111 | 1101011 | 1101 | 0 | 111001 | 1011111 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F76B0D
Complementary color
Monochromatic Colors of #F76B0D
Black with #F76B0D
Text Example
Text Example
White with #F76B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76B0D; }
p { color: rgb(247,107,13); }
H1.HeaderClassName
{
color: #F76B0D;
}
.AnyTagClassName
{
color: #F76B0D;
}
</style>
background-color css
<style>
a { background-color: #F76B0D; }
a { background-color: rgb(247,107,13); }
div.DivClassName
{
background-color: #F76B0D;
}
.BgClassName
{
background-color: #F76B0D;
}
</style>
border-color css
<style>
span { border-color: #F76B0D; }
span { border-color: rgb(247,107,13); }
td.TdClassName
{
border-color: #F76B0D;
}
.TagClassName
{
border-color: #F76B0D;
}
</style>