Shades of Dark Tangerine #FAA921
Tints of Dark Tangerine #FAA921
RGB
CMYK
RGB Variations
Color information
#FAA921 (or 0xFAA921) is known color: Dark Tangerine. HEX triplet: FA, A9 and 21. RGB value is (250,169,33). Sum of RGB (Red+Green+Blue) = 250+169+33=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA921 is #0556DE. Grayscale: #B2B2B2. Windows color (decimal): -349919 or 2206202. OLE color: 2206202.
HSL color Cylindrical-coordinate representation of color #FAA921: hue angle of 37.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAA921 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 33 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.02 |
| HSL | 37.6º | 0.96% | 0.55% | - |
| HSV(B) | 37.6º | 0.87% | 0.98% | - |
| XYZ | 53.89 | 48.81 | 8.02 | - |
| YUV | 177.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 33 | 0 | 0.32 | 0.87 | 0.02 | 37.6 | 0.96 | 0.55 |
| Hex | FA | A9 | 21 | 0 | 20 | 57 | 2 | 26 | 60 | 37 |
| Octal | 372 | 251 | 41 | 0 | 40 | 127 | 2 | 46 | 140 | 67 |
| Binary | 11111010 | 10101001 | 100001 | 0 | 100000 | 1010111 | 10 | 100110 | 1100000 | 110111 |
Color Harmonies of #FAA921
Complementary color
Monochromatic Colors of #FAA921
Black with #FAA921
Text Example
Text Example
White with #FAA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA921; }
p { color: rgb(250,169,33); }
H1.HeaderClassName
{
color: #FAA921;
}
.AnyTagClassName
{
color: #FAA921;
}
</style>
background-color css
<style>
a { background-color: #FAA921; }
a { background-color: rgb(250,169,33); }
div.DivClassName
{
background-color: #FAA921;
}
.BgClassName
{
background-color: #FAA921;
}
</style>
border-color css
<style>
span { border-color: #FAA921; }
span { border-color: rgb(250,169,33); }
td.TdClassName
{
border-color: #FAA921;
}
.TagClassName
{
border-color: #FAA921;
}
</style>