Shades of Tangerine Yellow #FCD10D
Tints of Tangerine Yellow #FCD10D
RGB
CMYK
RGB Variations
Color information
#FCD10D (or 0xFCD10D) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 0D. RGB value is (252,209,13). Sum of RGB (Red+Green+Blue) = 252+209+13=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10D is #032EF2. Grayscale: #C8C8C8. Windows color (decimal): -208627 or 905724. OLE color: 905724.
HSL color Cylindrical-coordinate representation of color #FCD10D: hue angle of 49.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCD10D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.01 |
| HSL | 49.21º | 0.98% | 0.52% | - |
| HSV(B) | 49.21º | 0.95% | 0.99% | - |
| XYZ | 63.02 | 66.33 | 9.86 | - |
| YUV | 199.51 | 22.75 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 13 | 0 | 0.17 | 0.95 | 0.01 | 49.21 | 0.98 | 0.52 |
| Hex | FC | D1 | D | 0 | 11 | 5F | 1 | 31 | 62 | 34 |
| Octal | 374 | 321 | 15 | 0 | 21 | 137 | 1 | 61 | 142 | 64 |
| Binary | 11111100 | 11010001 | 1101 | 0 | 10001 | 1011111 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FCD10D
Complementary color
Monochromatic Colors of #FCD10D
Black with #FCD10D
Text Example
Text Example
White with #FCD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD10D; }
p { color: rgb(252,209,13); }
H1.HeaderClassName
{
color: #FCD10D;
}
.AnyTagClassName
{
color: #FCD10D;
}
</style>
background-color css
<style>
a { background-color: #FCD10D; }
a { background-color: rgb(252,209,13); }
div.DivClassName
{
background-color: #FCD10D;
}
.BgClassName
{
background-color: #FCD10D;
}
</style>
border-color css
<style>
span { border-color: #FCD10D; }
span { border-color: rgb(252,209,13); }
td.TdClassName
{
border-color: #FCD10D;
}
.TagClassName
{
border-color: #FCD10D;
}
</style>