Shades of Tangerine Yellow #FCD102
Tints of Tangerine Yellow #FCD102
RGB
CMYK
RGB Variations
Color information
#FCD102 (or 0xFCD102) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 02. RGB value is (252,209,2). Sum of RGB (Red+Green+Blue) = 252+209+2=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD102 is #032EFD. Grayscale: #C7C7C7. Windows color (decimal): -208638 or 184828. OLE color: 184828.
HSL color Cylindrical-coordinate representation of color #FCD102: hue angle of 49.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCD102 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.01 |
| HSL | 49.68º | 0.98% | 0.5% | - |
| HSV(B) | 49.68º | 0.99% | 0.99% | - |
| XYZ | 62.96 | 66.3 | 9.54 | - |
| YUV | 198.26 | 17.25 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 2 | 0 | 0.17 | 0.99 | 0.01 | 49.68 | 0.98 | 0.5 |
| Hex | FC | D1 | 2 | 0 | 11 | 63 | 1 | 32 | 62 | 32 |
| Octal | 374 | 321 | 2 | 0 | 21 | 143 | 1 | 62 | 142 | 62 |
| Binary | 11111100 | 11010001 | 10 | 0 | 10001 | 1100011 | 1 | 110010 | 1100010 | 110010 |
Color Harmonies of #FCD102
Complementary color
Monochromatic Colors of #FCD102
Black with #FCD102
Text Example
Text Example
White with #FCD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD102; }
p { color: rgb(252,209,2); }
H1.HeaderClassName
{
color: #FCD102;
}
.AnyTagClassName
{
color: #FCD102;
}
</style>
background-color css
<style>
a { background-color: #FCD102; }
a { background-color: rgb(252,209,2); }
div.DivClassName
{
background-color: #FCD102;
}
.BgClassName
{
background-color: #FCD102;
}
</style>
border-color css
<style>
span { border-color: #FCD102; }
span { border-color: rgb(252,209,2); }
td.TdClassName
{
border-color: #FCD102;
}
.TagClassName
{
border-color: #FCD102;
}
</style>