Shades of Safety Orange #F7640C
Tints of Safety Orange #F7640C
RGB
CMYK
RGB Variations
Color information
#F7640C (or 0xF7640C) is known color: Safety Orange. HEX triplet: F7, 64 and 0C. RGB value is (247,100,12). Sum of RGB (Red+Green+Blue) = 247+100+12=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7640C is #089BF3. Grayscale: #868686. Windows color (decimal): -564212 or 812279. OLE color: 812279.
HSL color Cylindrical-coordinate representation of color #F7640C: hue angle of 22.47º 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 #F7640C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.03 |
| HSL | 22.47º | 0.94% | 0.51% | - |
| HSV(B) | 22.47º | 0.95% | 0.97% | - |
| XYZ | 42.98 | 28.92 | 3.66 | - |
| YUV | 133.92 | 59.2 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 12 | 0 | 0.60 | 0.95 | 0.03 | 22.47 | 0.94 | 0.51 |
| Hex | F7 | 64 | C | 0 | 3C | 5F | 3 | 16 | 5E | 33 |
| Octal | 367 | 144 | 14 | 0 | 74 | 137 | 3 | 26 | 136 | 63 |
| Binary | 11110111 | 1100100 | 1100 | 0 | 111100 | 1011111 | 11 | 10110 | 1011110 | 110011 |
Color Harmonies of #F7640C
Complementary color
Monochromatic Colors of #F7640C
Black with #F7640C
Text Example
Text Example
White with #F7640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7640C; }
p { color: rgb(247,100,12); }
H1.HeaderClassName
{
color: #F7640C;
}
.AnyTagClassName
{
color: #F7640C;
}
</style>
background-color css
<style>
a { background-color: #F7640C; }
a { background-color: rgb(247,100,12); }
div.DivClassName
{
background-color: #F7640C;
}
.BgClassName
{
background-color: #F7640C;
}
</style>
border-color css
<style>
span { border-color: #F7640C; }
span { border-color: rgb(247,100,12); }
td.TdClassName
{
border-color: #F7640C;
}
.TagClassName
{
border-color: #F7640C;
}
</style>