Shades of Dark Orange #F7940E
Tints of Dark Orange #F7940E
RGB
CMYK
RGB Variations
Color information
#F7940E (or 0xF7940E) is known color: Dark Orange. HEX triplet: F7, 94 and 0E. RGB value is (247,148,14). Sum of RGB (Red+Green+Blue) = 247+148+14=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7940E is #086BF1. Grayscale: #A2A2A2. Windows color (decimal): -551922 or 955639. OLE color: 955639.
HSL color Cylindrical-coordinate representation of color #F7940E: hue angle of 34.51º 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 #F7940E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.03 |
| HSL | 34.51º | 0.94% | 0.51% | - |
| HSV(B) | 34.51º | 0.94% | 0.97% | - |
| XYZ | 49.03 | 40.99 | 5.74 | - |
| YUV | 162.33 | 44.3 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 14 | 0 | 0.40 | 0.94 | 0.03 | 34.51 | 0.94 | 0.51 |
| Hex | F7 | 94 | E | 0 | 28 | 5E | 3 | 23 | 5E | 33 |
| Octal | 367 | 224 | 16 | 0 | 50 | 136 | 3 | 43 | 136 | 63 |
| Binary | 11110111 | 10010100 | 1110 | 0 | 101000 | 1011110 | 11 | 100011 | 1011110 | 110011 |
Color Harmonies of #F7940E
Complementary color
Monochromatic Colors of #F7940E
Black with #F7940E
Text Example
Text Example
White with #F7940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7940E; }
p { color: rgb(247,148,14); }
H1.HeaderClassName
{
color: #F7940E;
}
.AnyTagClassName
{
color: #F7940E;
}
</style>
background-color css
<style>
a { background-color: #F7940E; }
a { background-color: rgb(247,148,14); }
div.DivClassName
{
background-color: #F7940E;
}
.BgClassName
{
background-color: #F7940E;
}
</style>
border-color css
<style>
span { border-color: #F7940E; }
span { border-color: rgb(247,148,14); }
td.TdClassName
{
border-color: #F7940E;
}
.TagClassName
{
border-color: #F7940E;
}
</style>