Shades of Dark Orange #F7940A
Tints of Dark Orange #F7940A
RGB
CMYK
RGB Variations
Color information
#F7940A (or 0xF7940A) is known color: Dark Orange. HEX triplet: F7, 94 and 0A. RGB value is (247,148,10). Sum of RGB (Red+Green+Blue) = 247+148+10=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F7940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7940A is #086BF5. Grayscale: #A2A2A2. Windows color (decimal): -551926 or 693495. OLE color: 693495.
HSL color Cylindrical-coordinate representation of color #F7940A: hue angle of 34.94º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7940A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.03 |
| HSL | 34.94º | 0.94% | 0.5% | - |
| HSV(B) | 34.94º | 0.96% | 0.97% | - |
| XYZ | 49 | 40.98 | 5.61 | - |
| YUV | 161.87 | 42.3 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 10 | 0 | 0.40 | 0.96 | 0.03 | 34.94 | 0.94 | 0.5 |
| Hex | F7 | 94 | A | 0 | 28 | 60 | 3 | 23 | 5E | 32 |
| Octal | 367 | 224 | 12 | 0 | 50 | 140 | 3 | 43 | 136 | 62 |
| Binary | 11110111 | 10010100 | 1010 | 0 | 101000 | 1100000 | 11 | 100011 | 1011110 | 110010 |
Color Harmonies of #F7940A
Complementary color
Monochromatic Colors of #F7940A
Black with #F7940A
Text Example
Text Example
White with #F7940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7940A; }
p { color: rgb(247,148,10); }
H1.HeaderClassName
{
color: #F7940A;
}
.AnyTagClassName
{
color: #F7940A;
}
</style>
background-color css
<style>
a { background-color: #F7940A; }
a { background-color: rgb(247,148,10); }
div.DivClassName
{
background-color: #F7940A;
}
.BgClassName
{
background-color: #F7940A;
}
</style>
border-color css
<style>
span { border-color: #F7940A; }
span { border-color: rgb(247,148,10); }
td.TdClassName
{
border-color: #F7940A;
}
.TagClassName
{
border-color: #F7940A;
}
</style>