Shades of Dark Tangerine #FCAA16
Tints of Dark Tangerine #FCAA16
RGB
CMYK
RGB Variations
Color information
#FCAA16 (or 0xFCAA16) is known color: Dark Tangerine. HEX triplet: FC, AA and 16. RGB value is (252,170,22). Sum of RGB (Red+Green+Blue) = 252+170+22=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA16 is #0355E9. Grayscale: #B2B2B2. Windows color (decimal): -218602 or 1485564. OLE color: 1485564.
HSL color Cylindrical-coordinate representation of color #FCAA16: hue angle of 38.61º degrees, saturation: 0.97, 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 #FCAA16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.01 |
| HSL | 38.61º | 0.97% | 0.54% | - |
| HSV(B) | 38.61º | 0.91% | 0.99% | - |
| XYZ | 54.66 | 49.5 | 7.43 | - |
| YUV | 177.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 22 | 0 | 0.33 | 0.91 | 0.01 | 38.61 | 0.97 | 0.54 |
| Hex | FC | AA | 16 | 0 | 21 | 5B | 1 | 27 | 61 | 36 |
| Octal | 374 | 252 | 26 | 0 | 41 | 133 | 1 | 47 | 141 | 66 |
| Binary | 11111100 | 10101010 | 10110 | 0 | 100001 | 1011011 | 1 | 100111 | 1100001 | 110110 |
Color Harmonies of #FCAA16
Complementary color
Monochromatic Colors of #FCAA16
Black with #FCAA16
Text Example
Text Example
White with #FCAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA16; }
p { color: rgb(252,170,22); }
H1.HeaderClassName
{
color: #FCAA16;
}
.AnyTagClassName
{
color: #FCAA16;
}
</style>
background-color css
<style>
a { background-color: #FCAA16; }
a { background-color: rgb(252,170,22); }
div.DivClassName
{
background-color: #FCAA16;
}
.BgClassName
{
background-color: #FCAA16;
}
</style>
border-color css
<style>
span { border-color: #FCAA16; }
span { border-color: rgb(252,170,22); }
td.TdClassName
{
border-color: #FCAA16;
}
.TagClassName
{
border-color: #FCAA16;
}
</style>