Shades of Dark Orange #F7900A
Tints of Dark Orange #F7900A
RGB
CMYK
RGB Variations
Color information
#F7900A (or 0xF7900A) is known color: Dark Orange. HEX triplet: F7, 90 and 0A. RGB value is (247,144,10). Sum of RGB (Red+Green+Blue) = 247+144+10=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F7900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7900A is #086FF5. Grayscale: #A0A0A0. Windows color (decimal): -552950 or 692471. OLE color: 692471.
HSL color Cylindrical-coordinate representation of color #F7900A: hue angle of 33.92º 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 #F7900A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.03 |
| HSL | 33.92º | 0.94% | 0.5% | - |
| HSV(B) | 33.92º | 0.96% | 0.97% | - |
| XYZ | 48.39 | 39.74 | 5.41 | - |
| YUV | 159.52 | 43.62 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 10 | 0 | 0.42 | 0.96 | 0.03 | 33.92 | 0.94 | 0.5 |
| Hex | F7 | 90 | A | 0 | 2A | 60 | 3 | 22 | 5E | 32 |
| Octal | 367 | 220 | 12 | 0 | 52 | 140 | 3 | 42 | 136 | 62 |
| Binary | 11110111 | 10010000 | 1010 | 0 | 101010 | 1100000 | 11 | 100010 | 1011110 | 110010 |
Color Harmonies of #F7900A
Complementary color
Monochromatic Colors of #F7900A
Black with #F7900A
Text Example
Text Example
White with #F7900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7900A; }
p { color: rgb(247,144,10); }
H1.HeaderClassName
{
color: #F7900A;
}
.AnyTagClassName
{
color: #F7900A;
}
</style>
background-color css
<style>
a { background-color: #F7900A; }
a { background-color: rgb(247,144,10); }
div.DivClassName
{
background-color: #F7900A;
}
.BgClassName
{
background-color: #F7900A;
}
</style>
border-color css
<style>
span { border-color: #F7900A; }
span { border-color: rgb(247,144,10); }
td.TdClassName
{
border-color: #F7900A;
}
.TagClassName
{
border-color: #F7900A;
}
</style>