Shades of Dark Tangerine #FAAA20
Tints of Dark Tangerine #FAAA20
RGB
CMYK
RGB Variations
Color information
#FAAA20 (or 0xFAAA20) is known color: Dark Tangerine. HEX triplet: FA, AA and 20. RGB value is (250,170,32). Sum of RGB (Red+Green+Blue) = 250+170+32=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA20 is #0555DF. Grayscale: #B2B2B2. Windows color (decimal): -349664 or 2140922. OLE color: 2140922.
HSL color Cylindrical-coordinate representation of color #FAAA20: hue angle of 37.98º 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 #FAAA20 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.02 |
| HSL | 37.98º | 0.96% | 0.55% | - |
| HSV(B) | 37.98º | 0.87% | 0.98% | - |
| XYZ | 54.06 | 49.18 | 8.01 | - |
| YUV | 178.19 | 45.5 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 32 | 0 | 0.32 | 0.87 | 0.02 | 37.98 | 0.96 | 0.55 |
| Hex | FA | AA | 20 | 0 | 20 | 57 | 2 | 26 | 60 | 37 |
| Octal | 372 | 252 | 40 | 0 | 40 | 127 | 2 | 46 | 140 | 67 |
| Binary | 11111010 | 10101010 | 100000 | 0 | 100000 | 1010111 | 10 | 100110 | 1100000 | 110111 |
Color Harmonies of #FAAA20
Complementary color
Monochromatic Colors of #FAAA20
Black with #FAAA20
Text Example
Text Example
White with #FAAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA20; }
p { color: rgb(250,170,32); }
H1.HeaderClassName
{
color: #FAAA20;
}
.AnyTagClassName
{
color: #FAAA20;
}
</style>
background-color css
<style>
a { background-color: #FAAA20; }
a { background-color: rgb(250,170,32); }
div.DivClassName
{
background-color: #FAAA20;
}
.BgClassName
{
background-color: #FAAA20;
}
</style>
border-color css
<style>
span { border-color: #FAAA20; }
span { border-color: rgb(250,170,32); }
td.TdClassName
{
border-color: #FAAA20;
}
.TagClassName
{
border-color: #FAAA20;
}
</style>