Shades of Safety Orange #F76403
Tints of Safety Orange #F76403
RGB
CMYK
RGB Variations
Color information
#F76403 (or 0xF76403) is known color: Safety Orange. HEX triplet: F7, 64 and 03. RGB value is (247,100,3). Sum of RGB (Red+Green+Blue) = 247+100+3=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F76403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76403 is #089BFC. Grayscale: #858585. Windows color (decimal): -564221 or 222455. OLE color: 222455.
HSL color Cylindrical-coordinate representation of color #F76403: hue angle of 23.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F76403 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.03 |
| HSL | 23.85º | 0.98% | 0.49% | - |
| HSV(B) | 23.85º | 0.99% | 0.97% | - |
| XYZ | 42.93 | 28.9 | 3.4 | - |
| YUV | 132.9 | 54.7 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 3 | 0 | 0.60 | 0.99 | 0.03 | 23.85 | 0.98 | 0.49 |
| Hex | F7 | 64 | 3 | 0 | 3C | 63 | 3 | 18 | 62 | 31 |
| Octal | 367 | 144 | 3 | 0 | 74 | 143 | 3 | 30 | 142 | 61 |
| Binary | 11110111 | 1100100 | 11 | 0 | 111100 | 1100011 | 11 | 11000 | 1100010 | 110001 |
Color Harmonies of #F76403
Complementary color
Monochromatic Colors of #F76403
Black with #F76403
Text Example
Text Example
White with #F76403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76403; }
p { color: rgb(247,100,3); }
H1.HeaderClassName
{
color: #F76403;
}
.AnyTagClassName
{
color: #F76403;
}
</style>
background-color css
<style>
a { background-color: #F76403; }
a { background-color: rgb(247,100,3); }
div.DivClassName
{
background-color: #F76403;
}
.BgClassName
{
background-color: #F76403;
}
</style>
border-color css
<style>
span { border-color: #F76403; }
span { border-color: rgb(247,100,3); }
td.TdClassName
{
border-color: #F76403;
}
.TagClassName
{
border-color: #F76403;
}
</style>