Shades of Dark Tangerine #FCAA17
Tints of Dark Tangerine #FCAA17
RGB
CMYK
RGB Variations
Color information
#FCAA17 (or 0xFCAA17) is known color: Dark Tangerine. HEX triplet: FC, AA and 17. RGB value is (252,170,23). Sum of RGB (Red+Green+Blue) = 252+170+23=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA17 is #0355E8. Grayscale: #B2B2B2. Windows color (decimal): -218601 or 1551100. OLE color: 1551100.
HSL color Cylindrical-coordinate representation of color #FCAA17: hue angle of 38.52º 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 #FCAA17 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 23 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.01 |
| HSL | 38.52º | 0.97% | 0.54% | - |
| HSV(B) | 38.52º | 0.91% | 0.99% | - |
| XYZ | 54.67 | 49.51 | 7.48 | - |
| YUV | 177.76 | 40.67 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 23 | 0 | 0.33 | 0.91 | 0.01 | 38.52 | 0.97 | 0.54 |
| Hex | FC | AA | 17 | 0 | 21 | 5B | 1 | 27 | 61 | 36 |
| Octal | 374 | 252 | 27 | 0 | 41 | 133 | 1 | 47 | 141 | 66 |
| Binary | 11111100 | 10101010 | 10111 | 0 | 100001 | 1011011 | 1 | 100111 | 1100001 | 110110 |
Color Harmonies of #FCAA17
Complementary color
Monochromatic Colors of #FCAA17
Black with #FCAA17
Text Example
Text Example
White with #FCAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA17; }
p { color: rgb(252,170,23); }
H1.HeaderClassName
{
color: #FCAA17;
}
.AnyTagClassName
{
color: #FCAA17;
}
</style>
background-color css
<style>
a { background-color: #FCAA17; }
a { background-color: rgb(252,170,23); }
div.DivClassName
{
background-color: #FCAA17;
}
.BgClassName
{
background-color: #FCAA17;
}
</style>
border-color css
<style>
span { border-color: #FCAA17; }
span { border-color: rgb(252,170,23); }
td.TdClassName
{
border-color: #FCAA17;
}
.TagClassName
{
border-color: #FCAA17;
}
</style>