Shades of Dark Tangerine #FCAA18
Tints of Dark Tangerine #FCAA18
RGB
CMYK
RGB Variations
Color information
#FCAA18 (or 0xFCAA18) is known color: Dark Tangerine. HEX triplet: FC, AA and 18. RGB value is (252,170,24). Sum of RGB (Red+Green+Blue) = 252+170+24=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA18 is #0355E7. Grayscale: #B2B2B2. Windows color (decimal): -218600 or 1616636. OLE color: 1616636.
HSL color Cylindrical-coordinate representation of color #FCAA18: hue angle of 38.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCAA18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 24 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.01 |
| HSL | 38.42º | 0.97% | 0.54% | - |
| HSV(B) | 38.42º | 0.9% | 0.99% | - |
| XYZ | 54.68 | 49.51 | 7.54 | - |
| YUV | 177.87 | 41.17 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 24 | 0 | 0.33 | 0.90 | 0.01 | 38.42 | 0.97 | 0.54 |
| Hex | FC | AA | 18 | 0 | 21 | 5A | 1 | 26 | 61 | 36 |
| Octal | 374 | 252 | 30 | 0 | 41 | 132 | 1 | 46 | 141 | 66 |
| Binary | 11111100 | 10101010 | 11000 | 0 | 100001 | 1011010 | 1 | 100110 | 1100001 | 110110 |
Color Harmonies of #FCAA18
Complementary color
Monochromatic Colors of #FCAA18
Black with #FCAA18
Text Example
Text Example
White with #FCAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA18; }
p { color: rgb(252,170,24); }
H1.HeaderClassName
{
color: #FCAA18;
}
.AnyTagClassName
{
color: #FCAA18;
}
</style>
background-color css
<style>
a { background-color: #FCAA18; }
a { background-color: rgb(252,170,24); }
div.DivClassName
{
background-color: #FCAA18;
}
.BgClassName
{
background-color: #FCAA18;
}
</style>
border-color css
<style>
span { border-color: #FCAA18; }
span { border-color: rgb(252,170,24); }
td.TdClassName
{
border-color: #FCAA18;
}
.TagClassName
{
border-color: #FCAA18;
}
</style>