Shades of Dark Tangerine #F7A20A
Tints of Dark Tangerine #F7A20A
RGB
CMYK
RGB Variations
Color information
#F7A20A (or 0xF7A20A) is known color: Dark Tangerine. HEX triplet: F7, A2 and 0A. RGB value is (247,162,10). Sum of RGB (Red+Green+Blue) = 247+162+10=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A20A is #085DF5. Grayscale: #AAAAAA. Windows color (decimal): -548342 or 697079. OLE color: 697079.
HSL color Cylindrical-coordinate representation of color #F7A20A: hue angle of 38.48º 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 #F7A20A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.03 |
| HSL | 38.48º | 0.94% | 0.5% | - |
| HSV(B) | 38.48º | 0.96% | 0.97% | - |
| XYZ | 51.33 | 45.64 | 6.39 | - |
| YUV | 170.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 10 | 0 | 0.34 | 0.96 | 0.03 | 38.48 | 0.94 | 0.5 |
| Hex | F7 | A2 | A | 0 | 22 | 60 | 3 | 26 | 5E | 32 |
| Octal | 367 | 242 | 12 | 0 | 42 | 140 | 3 | 46 | 136 | 62 |
| Binary | 11110111 | 10100010 | 1010 | 0 | 100010 | 1100000 | 11 | 100110 | 1011110 | 110010 |
Color Harmonies of #F7A20A
Complementary color
Monochromatic Colors of #F7A20A
Black with #F7A20A
Text Example
Text Example
White with #F7A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A20A; }
p { color: rgb(247,162,10); }
H1.HeaderClassName
{
color: #F7A20A;
}
.AnyTagClassName
{
color: #F7A20A;
}
</style>
background-color css
<style>
a { background-color: #F7A20A; }
a { background-color: rgb(247,162,10); }
div.DivClassName
{
background-color: #F7A20A;
}
.BgClassName
{
background-color: #F7A20A;
}
</style>
border-color css
<style>
span { border-color: #F7A20A; }
span { border-color: rgb(247,162,10); }
td.TdClassName
{
border-color: #F7A20A;
}
.TagClassName
{
border-color: #F7A20A;
}
</style>