Shades of Dark Tangerine #FCA819
Tints of Dark Tangerine #FCA819
RGB
CMYK
RGB Variations
Color information
#FCA819 (or 0xFCA819) is known color: Dark Tangerine. HEX triplet: FC, A8 and 19. RGB value is (252,168,25). Sum of RGB (Red+Green+Blue) = 252+168+25=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA819 is #0357E6. Grayscale: #B1B1B1. Windows color (decimal): -219111 or 1681660. OLE color: 1681660.
HSL color Cylindrical-coordinate representation of color #FCA819: hue angle of 37.8º 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 #FCA819 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.01 |
| HSL | 37.8º | 0.97% | 0.54% | - |
| HSV(B) | 37.8º | 0.9% | 0.99% | - |
| XYZ | 54.32 | 48.77 | 7.47 | - |
| YUV | 176.81 | 42.33 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 25 | 0 | 0.33 | 0.90 | 0.01 | 37.8 | 0.97 | 0.54 |
| Hex | FC | A8 | 19 | 0 | 21 | 5A | 1 | 26 | 61 | 36 |
| Octal | 374 | 250 | 31 | 0 | 41 | 132 | 1 | 46 | 141 | 66 |
| Binary | 11111100 | 10101000 | 11001 | 0 | 100001 | 1011010 | 1 | 100110 | 1100001 | 110110 |
Color Harmonies of #FCA819
Complementary color
Monochromatic Colors of #FCA819
Black with #FCA819
Text Example
Text Example
White with #FCA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA819; }
p { color: rgb(252,168,25); }
H1.HeaderClassName
{
color: #FCA819;
}
.AnyTagClassName
{
color: #FCA819;
}
</style>
background-color css
<style>
a { background-color: #FCA819; }
a { background-color: rgb(252,168,25); }
div.DivClassName
{
background-color: #FCA819;
}
.BgClassName
{
background-color: #FCA819;
}
</style>
border-color css
<style>
span { border-color: #FCA819; }
span { border-color: rgb(252,168,25); }
td.TdClassName
{
border-color: #FCA819;
}
.TagClassName
{
border-color: #FCA819;
}
</style>