Shades of Dark Tangerine #FDAA16
Tints of Dark Tangerine #FDAA16
RGB
CMYK
RGB Variations
Color information
#FDAA16 (or 0xFDAA16) is known color: Dark Tangerine. HEX triplet: FD, AA and 16. RGB value is (253,170,22). Sum of RGB (Red+Green+Blue) = 253+170+22=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA16 is #0255E9. Grayscale: #B2B2B2. Windows color (decimal): -153066 or 1485565. OLE color: 1485565.
HSL color Cylindrical-coordinate representation of color #FDAA16: hue angle of 38.44º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDAA16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.01 |
| HSL | 38.44º | 0.98% | 0.54% | - |
| HSV(B) | 38.44º | 0.91% | 0.99% | - |
| XYZ | 55.03 | 49.69 | 7.45 | - |
| YUV | 177.95 | 40 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 22 | 0 | 0.33 | 0.91 | 0.01 | 38.44 | 0.98 | 0.54 |
| Hex | FD | AA | 16 | 0 | 21 | 5B | 1 | 26 | 62 | 36 |
| Octal | 375 | 252 | 26 | 0 | 41 | 133 | 1 | 46 | 142 | 66 |
| Binary | 11111101 | 10101010 | 10110 | 0 | 100001 | 1011011 | 1 | 100110 | 1100010 | 110110 |
Color Harmonies of #FDAA16
Complementary color
Monochromatic Colors of #FDAA16
Black with #FDAA16
Text Example
Text Example
White with #FDAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA16; }
p { color: rgb(253,170,22); }
H1.HeaderClassName
{
color: #FDAA16;
}
.AnyTagClassName
{
color: #FDAA16;
}
</style>
background-color css
<style>
a { background-color: #FDAA16; }
a { background-color: rgb(253,170,22); }
div.DivClassName
{
background-color: #FDAA16;
}
.BgClassName
{
background-color: #FDAA16;
}
</style>
border-color css
<style>
span { border-color: #FDAA16; }
span { border-color: rgb(253,170,22); }
td.TdClassName
{
border-color: #FDAA16;
}
.TagClassName
{
border-color: #FDAA16;
}
</style>