Shades of Tangerine Yellow #FCD100
Tints of Tangerine Yellow #FCD100
RGB
CMYK
RGB Variations
Color information
#FCD100 (or 0xFCD100) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 00. RGB value is (252,209,0). Sum of RGB (Red+Green+Blue) = 252+209+0=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD100 is #032EFF. Grayscale: #C6C6C6. Windows color (decimal): -208640 or 53756. OLE color: 53756.
HSL color Cylindrical-coordinate representation of color #FCD100: hue angle of 49.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCD100 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.01 |
| HSL | 49.76º | 1% | 0.49% | - |
| HSV(B) | 49.76º | 1% | 0.99% | - |
| XYZ | 62.95 | 66.3 | 9.48 | - |
| YUV | 198.03 | 16.25 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 0 | 0 | 0.17 | 1 | 0.01 | 49.76 | 1 | 0.49 |
| Hex | FC | D1 | 0 | 0 | 11 | 64 | 1 | 32 | 64 | 31 |
| Octal | 374 | 321 | 0 | 0 | 21 | 144 | 1 | 62 | 144 | 61 |
| Binary | 11111100 | 11010001 | 0 | 0 | 10001 | 1100100 | 1 | 110010 | 1100100 | 110001 |
Color Harmonies of #FCD100
Complementary color
Monochromatic Colors of #FCD100
Black with #FCD100
Text Example
Text Example
White with #FCD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD100; }
p { color: rgb(252,209,0); }
H1.HeaderClassName
{
color: #FCD100;
}
.AnyTagClassName
{
color: #FCD100;
}
</style>
background-color css
<style>
a { background-color: #FCD100; }
a { background-color: rgb(252,209,0); }
div.DivClassName
{
background-color: #FCD100;
}
.BgClassName
{
background-color: #FCD100;
}
</style>
border-color css
<style>
span { border-color: #FCD100; }
span { border-color: rgb(252,209,0); }
td.TdClassName
{
border-color: #FCD100;
}
.TagClassName
{
border-color: #FCD100;
}
</style>