Shades of Dark Tangerine #FDAA20
Tints of Dark Tangerine #FDAA20
RGB
CMYK
RGB Variations
Color information
#FDAA20 (or 0xFDAA20) is known color: Dark Tangerine. HEX triplet: FD, AA and 20. RGB value is (253,170,32). Sum of RGB (Red+Green+Blue) = 253+170+32=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA20 is #0255DF. Grayscale: #B3B3B3. Windows color (decimal): -153056 or 2140925. OLE color: 2140925.
HSL color Cylindrical-coordinate representation of color #FDAA20: hue angle of 37.47º degrees, saturation: 0.98, 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 #FDAA20 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.01 |
| HSL | 37.47º | 0.98% | 0.56% | - |
| HSV(B) | 37.47º | 0.87% | 0.99% | - |
| XYZ | 55.14 | 49.74 | 8.06 | - |
| YUV | 179.09 | 45 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 32 | 0 | 0.33 | 0.87 | 0.01 | 37.47 | 0.98 | 0.56 |
| Hex | FD | AA | 20 | 0 | 21 | 57 | 1 | 25 | 62 | 38 |
| Octal | 375 | 252 | 40 | 0 | 41 | 127 | 1 | 45 | 142 | 70 |
| Binary | 11111101 | 10101010 | 100000 | 0 | 100001 | 1010111 | 1 | 100101 | 1100010 | 111000 |
Color Harmonies of #FDAA20
Complementary color
Monochromatic Colors of #FDAA20
Black with #FDAA20
Text Example
Text Example
White with #FDAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA20; }
p { color: rgb(253,170,32); }
H1.HeaderClassName
{
color: #FDAA20;
}
.AnyTagClassName
{
color: #FDAA20;
}
</style>
background-color css
<style>
a { background-color: #FDAA20; }
a { background-color: rgb(253,170,32); }
div.DivClassName
{
background-color: #FDAA20;
}
.BgClassName
{
background-color: #FDAA20;
}
</style>
border-color css
<style>
span { border-color: #FDAA20; }
span { border-color: rgb(253,170,32); }
td.TdClassName
{
border-color: #FDAA20;
}
.TagClassName
{
border-color: #FDAA20;
}
</style>