Shades of Safety Orange #F7620C
Tints of Safety Orange #F7620C
RGB
CMYK
RGB Variations
Color information
#F7620C (or 0xF7620C) is known color: Safety Orange. HEX triplet: F7, 62 and 0C. RGB value is (247,98,12). Sum of RGB (Red+Green+Blue) = 247+98+12=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7620C is #089DF3. Grayscale: #858585. Windows color (decimal): -564724 or 811767. OLE color: 811767.
HSL color Cylindrical-coordinate representation of color #F7620C: hue angle of 21.96º 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 #F7620C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.03 |
| HSL | 21.96º | 0.94% | 0.51% | - |
| HSV(B) | 21.96º | 0.95% | 0.97% | - |
| XYZ | 42.79 | 28.54 | 3.6 | - |
| YUV | 132.75 | 59.86 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 12 | 0 | 0.60 | 0.95 | 0.03 | 21.96 | 0.94 | 0.51 |
| Hex | F7 | 62 | C | 0 | 3C | 5F | 3 | 16 | 5E | 33 |
| Octal | 367 | 142 | 14 | 0 | 74 | 137 | 3 | 26 | 136 | 63 |
| Binary | 11110111 | 1100010 | 1100 | 0 | 111100 | 1011111 | 11 | 10110 | 1011110 | 110011 |
Color Harmonies of #F7620C
Complementary color
Monochromatic Colors of #F7620C
Black with #F7620C
Text Example
Text Example
White with #F7620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7620C; }
p { color: rgb(247,98,12); }
H1.HeaderClassName
{
color: #F7620C;
}
.AnyTagClassName
{
color: #F7620C;
}
</style>
background-color css
<style>
a { background-color: #F7620C; }
a { background-color: rgb(247,98,12); }
div.DivClassName
{
background-color: #F7620C;
}
.BgClassName
{
background-color: #F7620C;
}
</style>
border-color css
<style>
span { border-color: #F7620C; }
span { border-color: rgb(247,98,12); }
td.TdClassName
{
border-color: #F7620C;
}
.TagClassName
{
border-color: #F7620C;
}
</style>