Shades of Safety Orange #F77003
Tints of Safety Orange #F77003
RGB
CMYK
RGB Variations
Color information
#F77003 (or 0xF77003) is known color: Safety Orange. HEX triplet: F7, 70 and 03. RGB value is (247,112,3). Sum of RGB (Red+Green+Blue) = 247+112+3=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F77003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77003 is #088FFC. Grayscale: #8C8C8C. Windows color (decimal): -561149 or 225527. OLE color: 225527.
HSL color Cylindrical-coordinate representation of color #F77003: hue angle of 26.8º 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 #F77003 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.03 |
| HSL | 26.8º | 0.98% | 0.49% | - |
| HSV(B) | 26.8º | 0.99% | 0.97% | - |
| XYZ | 44.17 | 31.37 | 3.81 | - |
| YUV | 139.94 | 50.73 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 3 | 0 | 0.55 | 0.99 | 0.03 | 26.8 | 0.98 | 0.49 |
| Hex | F7 | 70 | 3 | 0 | 37 | 63 | 3 | 1B | 62 | 31 |
| Octal | 367 | 160 | 3 | 0 | 67 | 143 | 3 | 33 | 142 | 61 |
| Binary | 11110111 | 1110000 | 11 | 0 | 110111 | 1100011 | 11 | 11011 | 1100010 | 110001 |
Color Harmonies of #F77003
Complementary color
Monochromatic Colors of #F77003
Black with #F77003
Text Example
Text Example
White with #F77003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77003; }
p { color: rgb(247,112,3); }
H1.HeaderClassName
{
color: #F77003;
}
.AnyTagClassName
{
color: #F77003;
}
</style>
background-color css
<style>
a { background-color: #F77003; }
a { background-color: rgb(247,112,3); }
div.DivClassName
{
background-color: #F77003;
}
.BgClassName
{
background-color: #F77003;
}
</style>
border-color css
<style>
span { border-color: #F77003; }
span { border-color: rgb(247,112,3); }
td.TdClassName
{
border-color: #F77003;
}
.TagClassName
{
border-color: #F77003;
}
</style>