Shades of Dark Tangerine #FAA20D
Tints of Dark Tangerine #FAA20D
RGB
CMYK
RGB Variations
Color information
#FAA20D (or 0xFAA20D) is known color: Dark Tangerine. HEX triplet: FA, A2 and 0D. RGB value is (250,162,13). Sum of RGB (Red+Green+Blue) = 250+162+13=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA20D is #055DF2. Grayscale: #ACACAC. Windows color (decimal): -351731 or 893690. OLE color: 893690.
HSL color Cylindrical-coordinate representation of color #FAA20D: hue angle of 37.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAA20D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.02 |
| HSL | 37.72º | 0.96% | 0.52% | - |
| HSV(B) | 37.72º | 0.95% | 0.98% | - |
| XYZ | 52.42 | 46.19 | 6.53 | - |
| YUV | 171.33 | 38.65 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 13 | 0 | 0.35 | 0.95 | 0.02 | 37.72 | 0.96 | 0.52 |
| Hex | FA | A2 | D | 0 | 23 | 5F | 2 | 26 | 60 | 34 |
| Octal | 372 | 242 | 15 | 0 | 43 | 137 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100010 | 1101 | 0 | 100011 | 1011111 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA20D
Complementary color
Monochromatic Colors of #FAA20D
Black with #FAA20D
Text Example
Text Example
White with #FAA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA20D; }
p { color: rgb(250,162,13); }
H1.HeaderClassName
{
color: #FAA20D;
}
.AnyTagClassName
{
color: #FAA20D;
}
</style>
background-color css
<style>
a { background-color: #FAA20D; }
a { background-color: rgb(250,162,13); }
div.DivClassName
{
background-color: #FAA20D;
}
.BgClassName
{
background-color: #FAA20D;
}
</style>
border-color css
<style>
span { border-color: #FAA20D; }
span { border-color: rgb(250,162,13); }
td.TdClassName
{
border-color: #FAA20D;
}
.TagClassName
{
border-color: #FAA20D;
}
</style>