Shades of Dark Tangerine #FCA80A
Tints of Dark Tangerine #FCA80A
RGB
CMYK
RGB Variations
Color information
#FCA80A (or 0xFCA80A) is known color: Dark Tangerine. HEX triplet: FC, A8 and 0A. RGB value is (252,168,10). Sum of RGB (Red+Green+Blue) = 252+168+10=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA80A is #0357F5. Grayscale: #AFAFAF. Windows color (decimal): -219126 or 698620. OLE color: 698620.
HSL color Cylindrical-coordinate representation of color #FCA80A: hue angle of 39.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCA80A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.01 |
| HSL | 39.17º | 0.98% | 0.51% | - |
| HSV(B) | 39.17º | 0.96% | 0.99% | - |
| XYZ | 54.2 | 48.72 | 6.83 | - |
| YUV | 175.1 | 34.83 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 10 | 0 | 0.33 | 0.96 | 0.01 | 39.17 | 0.98 | 0.51 |
| Hex | FC | A8 | A | 0 | 21 | 60 | 1 | 27 | 62 | 33 |
| Octal | 374 | 250 | 12 | 0 | 41 | 140 | 1 | 47 | 142 | 63 |
| Binary | 11111100 | 10101000 | 1010 | 0 | 100001 | 1100000 | 1 | 100111 | 1100010 | 110011 |
Color Harmonies of #FCA80A
Complementary color
Monochromatic Colors of #FCA80A
Black with #FCA80A
Text Example
Text Example
White with #FCA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA80A; }
p { color: rgb(252,168,10); }
H1.HeaderClassName
{
color: #FCA80A;
}
.AnyTagClassName
{
color: #FCA80A;
}
</style>
background-color css
<style>
a { background-color: #FCA80A; }
a { background-color: rgb(252,168,10); }
div.DivClassName
{
background-color: #FCA80A;
}
.BgClassName
{
background-color: #FCA80A;
}
</style>
border-color css
<style>
span { border-color: #FCA80A; }
span { border-color: rgb(252,168,10); }
td.TdClassName
{
border-color: #FCA80A;
}
.TagClassName
{
border-color: #FCA80A;
}
</style>