Shades of Dark Tangerine #FCAA19
Tints of Dark Tangerine #FCAA19
RGB
CMYK
RGB Variations
Color information
#FCAA19 (or 0xFCAA19) is known color: Dark Tangerine. HEX triplet: FC, AA and 19. RGB value is (252,170,25). Sum of RGB (Red+Green+Blue) = 252+170+25=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA19 is #0355E6. Grayscale: #B2B2B2. Windows color (decimal): -218599 or 1682172. OLE color: 1682172.
HSL color Cylindrical-coordinate representation of color #FCAA19: hue angle of 38.33º 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 #FCAA19 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.01 |
| HSL | 38.33º | 0.97% | 0.54% | - |
| HSV(B) | 38.33º | 0.9% | 0.99% | - |
| XYZ | 54.7 | 49.52 | 7.59 | - |
| YUV | 177.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 25 | 0 | 0.33 | 0.90 | 0.01 | 38.33 | 0.97 | 0.54 |
| Hex | FC | AA | 19 | 0 | 21 | 5A | 1 | 26 | 61 | 36 |
| Octal | 374 | 252 | 31 | 0 | 41 | 132 | 1 | 46 | 141 | 66 |
| Binary | 11111100 | 10101010 | 11001 | 0 | 100001 | 1011010 | 1 | 100110 | 1100001 | 110110 |
Color Harmonies of #FCAA19
Complementary color
Monochromatic Colors of #FCAA19
Black with #FCAA19
Text Example
Text Example
White with #FCAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA19; }
p { color: rgb(252,170,25); }
H1.HeaderClassName
{
color: #FCAA19;
}
.AnyTagClassName
{
color: #FCAA19;
}
</style>
background-color css
<style>
a { background-color: #FCAA19; }
a { background-color: rgb(252,170,25); }
div.DivClassName
{
background-color: #FCAA19;
}
.BgClassName
{
background-color: #FCAA19;
}
</style>
border-color css
<style>
span { border-color: #FCAA19; }
span { border-color: rgb(252,170,25); }
td.TdClassName
{
border-color: #FCAA19;
}
.TagClassName
{
border-color: #FCAA19;
}
</style>