Shades of Dark Tangerine #FCAA20
Tints of Dark Tangerine #FCAA20
RGB
CMYK
RGB Variations
Color information
#FCAA20 (or 0xFCAA20) is known color: Dark Tangerine. HEX triplet: FC, AA and 20. RGB value is (252,170,32). Sum of RGB (Red+Green+Blue) = 252+170+32=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA20 is #0355DF. Grayscale: #B3B3B3. Windows color (decimal): -218592 or 2140924. OLE color: 2140924.
HSL color Cylindrical-coordinate representation of color #FCAA20: hue angle of 37.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCAA20 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.01 |
| HSL | 37.64º | 0.97% | 0.56% | - |
| HSV(B) | 37.64º | 0.87% | 0.99% | - |
| XYZ | 54.78 | 49.55 | 8.04 | - |
| YUV | 178.79 | 45.17 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 32 | 0 | 0.33 | 0.87 | 0.01 | 37.64 | 0.97 | 0.56 |
| Hex | FC | AA | 20 | 0 | 21 | 57 | 1 | 26 | 61 | 38 |
| Octal | 374 | 252 | 40 | 0 | 41 | 127 | 1 | 46 | 141 | 70 |
| Binary | 11111100 | 10101010 | 100000 | 0 | 100001 | 1010111 | 1 | 100110 | 1100001 | 111000 |
Color Harmonies of #FCAA20
Complementary color
Monochromatic Colors of #FCAA20
Black with #FCAA20
Text Example
Text Example
White with #FCAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA20; }
p { color: rgb(252,170,32); }
H1.HeaderClassName
{
color: #FCAA20;
}
.AnyTagClassName
{
color: #FCAA20;
}
</style>
background-color css
<style>
a { background-color: #FCAA20; }
a { background-color: rgb(252,170,32); }
div.DivClassName
{
background-color: #FCAA20;
}
.BgClassName
{
background-color: #FCAA20;
}
</style>
border-color css
<style>
span { border-color: #FCAA20; }
span { border-color: rgb(252,170,32); }
td.TdClassName
{
border-color: #FCAA20;
}
.TagClassName
{
border-color: #FCAA20;
}
</style>