Shades of Safety Orange #F76003
Tints of Safety Orange #F76003
RGB
CMYK
RGB Variations
Color information
#F76003 (or 0xF76003) is known color: Safety Orange. HEX triplet: F7, 60 and 03. RGB value is (247,96,3). Sum of RGB (Red+Green+Blue) = 247+96+3=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F76003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76003 is #089FFC. Grayscale: #838383. Windows color (decimal): -565245 or 221431. OLE color: 221431.
HSL color Cylindrical-coordinate representation of color #F76003: hue angle of 22.87º 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 #F76003 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.03 |
| HSL | 22.87º | 0.98% | 0.49% | - |
| HSV(B) | 22.87º | 0.99% | 0.97% | - |
| XYZ | 42.56 | 28.15 | 3.28 | - |
| YUV | 130.55 | 56.03 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 3 | 0 | 0.61 | 0.99 | 0.03 | 22.87 | 0.98 | 0.49 |
| Hex | F7 | 60 | 3 | 0 | 3D | 63 | 3 | 17 | 62 | 31 |
| Octal | 367 | 140 | 3 | 0 | 75 | 143 | 3 | 27 | 142 | 61 |
| Binary | 11110111 | 1100000 | 11 | 0 | 111101 | 1100011 | 11 | 10111 | 1100010 | 110001 |
Color Harmonies of #F76003
Complementary color
Monochromatic Colors of #F76003
Black with #F76003
Text Example
Text Example
White with #F76003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76003; }
p { color: rgb(247,96,3); }
H1.HeaderClassName
{
color: #F76003;
}
.AnyTagClassName
{
color: #F76003;
}
</style>
background-color css
<style>
a { background-color: #F76003; }
a { background-color: rgb(247,96,3); }
div.DivClassName
{
background-color: #F76003;
}
.BgClassName
{
background-color: #F76003;
}
</style>
border-color css
<style>
span { border-color: #F76003; }
span { border-color: rgb(247,96,3); }
td.TdClassName
{
border-color: #F76003;
}
.TagClassName
{
border-color: #F76003;
}
</style>