Shades of Dark Tangerine #FAA20E
Tints of Dark Tangerine #FAA20E
RGB
CMYK
RGB Variations
Color information
#FAA20E (or 0xFAA20E) is known color: Dark Tangerine. HEX triplet: FA, A2 and 0E. RGB value is (250,162,14). Sum of RGB (Red+Green+Blue) = 250+162+14=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA20E is #055DF1. Grayscale: #ACACAC. Windows color (decimal): -351730 or 959226. OLE color: 959226.
HSL color Cylindrical-coordinate representation of color #FAA20E: hue angle of 37.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAA20E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.02 |
| HSL | 37.63º | 0.96% | 0.52% | - |
| HSV(B) | 37.63º | 0.94% | 0.98% | - |
| XYZ | 52.42 | 46.2 | 6.57 | - |
| YUV | 171.44 | 39.15 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 14 | 0 | 0.35 | 0.94 | 0.02 | 37.63 | 0.96 | 0.52 |
| Hex | FA | A2 | E | 0 | 23 | 5E | 2 | 26 | 60 | 34 |
| Octal | 372 | 242 | 16 | 0 | 43 | 136 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100010 | 1110 | 0 | 100011 | 1011110 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA20E
Complementary color
Monochromatic Colors of #FAA20E
Black with #FAA20E
Text Example
Text Example
White with #FAA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA20E; }
p { color: rgb(250,162,14); }
H1.HeaderClassName
{
color: #FAA20E;
}
.AnyTagClassName
{
color: #FAA20E;
}
</style>
background-color css
<style>
a { background-color: #FAA20E; }
a { background-color: rgb(250,162,14); }
div.DivClassName
{
background-color: #FAA20E;
}
.BgClassName
{
background-color: #FAA20E;
}
</style>
border-color css
<style>
span { border-color: #FAA20E; }
span { border-color: rgb(250,162,14); }
td.TdClassName
{
border-color: #FAA20E;
}
.TagClassName
{
border-color: #FAA20E;
}
</style>