Shades of Dark Tangerine #FCA820
Tints of Dark Tangerine #FCA820
RGB
CMYK
RGB Variations
Color information
#FCA820 (or 0xFCA820) is known color: Dark Tangerine. HEX triplet: FC, A8 and 20. RGB value is (252,168,32). Sum of RGB (Red+Green+Blue) = 252+168+32=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA820 is #0357DF. Grayscale: #B2B2B2. Windows color (decimal): -219104 or 2140412. OLE color: 2140412.
HSL color Cylindrical-coordinate representation of color #FCA820: hue angle of 37.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCA820 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.01 |
| HSL | 37.09º | 0.97% | 0.56% | - |
| HSV(B) | 37.09º | 0.87% | 0.99% | - |
| XYZ | 54.41 | 48.81 | 7.92 | - |
| YUV | 177.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 32 | 0 | 0.33 | 0.87 | 0.01 | 37.09 | 0.97 | 0.56 |
| Hex | FC | A8 | 20 | 0 | 21 | 57 | 1 | 25 | 61 | 38 |
| Octal | 374 | 250 | 40 | 0 | 41 | 127 | 1 | 45 | 141 | 70 |
| Binary | 11111100 | 10101000 | 100000 | 0 | 100001 | 1010111 | 1 | 100101 | 1100001 | 111000 |
Color Harmonies of #FCA820
Complementary color
Monochromatic Colors of #FCA820
Black with #FCA820
Text Example
Text Example
White with #FCA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA820; }
p { color: rgb(252,168,32); }
H1.HeaderClassName
{
color: #FCA820;
}
.AnyTagClassName
{
color: #FCA820;
}
</style>
background-color css
<style>
a { background-color: #FCA820; }
a { background-color: rgb(252,168,32); }
div.DivClassName
{
background-color: #FCA820;
}
.BgClassName
{
background-color: #FCA820;
}
</style>
border-color css
<style>
span { border-color: #FCA820; }
span { border-color: rgb(252,168,32); }
td.TdClassName
{
border-color: #FCA820;
}
.TagClassName
{
border-color: #FCA820;
}
</style>