Shades of Tangerine Yellow #FCD00A
Tints of Tangerine Yellow #FCD00A
RGB
CMYK
RGB Variations
Color information
#FCD00A (or 0xFCD00A) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 0A. RGB value is (252,208,10). Sum of RGB (Red+Green+Blue) = 252+208+10=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD00A is #032FF5. Grayscale: #C7C7C7. Windows color (decimal): -208886 or 708860. OLE color: 708860.
HSL color Cylindrical-coordinate representation of color #FCD00A: hue angle of 49.09º 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 #FCD00A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.01 |
| HSL | 49.09º | 0.98% | 0.51% | - |
| HSV(B) | 49.09º | 0.96% | 0.99% | - |
| XYZ | 62.76 | 65.83 | 9.69 | - |
| YUV | 198.58 | 21.58 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 10 | 0 | 0.17 | 0.96 | 0.01 | 49.09 | 0.98 | 0.51 |
| Hex | FC | D0 | A | 0 | 11 | 60 | 1 | 31 | 62 | 33 |
| Octal | 374 | 320 | 12 | 0 | 21 | 140 | 1 | 61 | 142 | 63 |
| Binary | 11111100 | 11010000 | 1010 | 0 | 10001 | 1100000 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FCD00A
Complementary color
Monochromatic Colors of #FCD00A
Black with #FCD00A
Text Example
Text Example
White with #FCD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD00A; }
p { color: rgb(252,208,10); }
H1.HeaderClassName
{
color: #FCD00A;
}
.AnyTagClassName
{
color: #FCD00A;
}
</style>
background-color css
<style>
a { background-color: #FCD00A; }
a { background-color: rgb(252,208,10); }
div.DivClassName
{
background-color: #FCD00A;
}
.BgClassName
{
background-color: #FCD00A;
}
</style>
border-color css
<style>
span { border-color: #FCD00A; }
span { border-color: rgb(252,208,10); }
td.TdClassName
{
border-color: #FCD00A;
}
.TagClassName
{
border-color: #FCD00A;
}
</style>