Shades of Safety Orange #F7630E
Tints of Safety Orange #F7630E
RGB
CMYK
RGB Variations
Color information
#F7630E (or 0xF7630E) is known color: Safety Orange. HEX triplet: F7, 63 and 0E. RGB value is (247,99,14). Sum of RGB (Red+Green+Blue) = 247+99+14=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7630E is #089CF1. Grayscale: #868686. Windows color (decimal): -564466 or 943095. OLE color: 943095.
HSL color Cylindrical-coordinate representation of color #F7630E: hue angle of 21.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7630E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.03 |
| HSL | 21.89º | 0.94% | 0.51% | - |
| HSV(B) | 21.89º | 0.94% | 0.97% | - |
| XYZ | 42.9 | 28.73 | 3.7 | - |
| YUV | 133.56 | 60.53 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 14 | 0 | 0.60 | 0.94 | 0.03 | 21.89 | 0.94 | 0.51 |
| Hex | F7 | 63 | E | 0 | 3C | 5E | 3 | 16 | 5E | 33 |
| Octal | 367 | 143 | 16 | 0 | 74 | 136 | 3 | 26 | 136 | 63 |
| Binary | 11110111 | 1100011 | 1110 | 0 | 111100 | 1011110 | 11 | 10110 | 1011110 | 110011 |
Color Harmonies of #F7630E
Complementary color
Monochromatic Colors of #F7630E
Black with #F7630E
Text Example
Text Example
White with #F7630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7630E; }
p { color: rgb(247,99,14); }
H1.HeaderClassName
{
color: #F7630E;
}
.AnyTagClassName
{
color: #F7630E;
}
</style>
background-color css
<style>
a { background-color: #F7630E; }
a { background-color: rgb(247,99,14); }
div.DivClassName
{
background-color: #F7630E;
}
.BgClassName
{
background-color: #F7630E;
}
</style>
border-color css
<style>
span { border-color: #F7630E; }
span { border-color: rgb(247,99,14); }
td.TdClassName
{
border-color: #F7630E;
}
.TagClassName
{
border-color: #F7630E;
}
</style>