Shades of Tangerine Yellow #FCD002
Tints of Tangerine Yellow #FCD002
RGB
CMYK
RGB Variations
Color information
#FCD002 (or 0xFCD002) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 02. RGB value is (252,208,2). Sum of RGB (Red+Green+Blue) = 252+208+2=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD002 is #032FFD. Grayscale: #C6C6C6. Windows color (decimal): -208894 or 184572. OLE color: 184572.
HSL color Cylindrical-coordinate representation of color #FCD002: hue angle of 49.44º 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 #FCD002 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.01 |
| HSL | 49.44º | 0.98% | 0.5% | - |
| HSV(B) | 49.44º | 0.99% | 0.99% | - |
| XYZ | 62.71 | 65.81 | 9.46 | - |
| YUV | 197.67 | 17.58 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 2 | 0 | 0.17 | 0.99 | 0.01 | 49.44 | 0.98 | 0.5 |
| Hex | FC | D0 | 2 | 0 | 11 | 63 | 1 | 31 | 62 | 32 |
| Octal | 374 | 320 | 2 | 0 | 21 | 143 | 1 | 61 | 142 | 62 |
| Binary | 11111100 | 11010000 | 10 | 0 | 10001 | 1100011 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FCD002
Complementary color
Monochromatic Colors of #FCD002
Black with #FCD002
Text Example
Text Example
White with #FCD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD002; }
p { color: rgb(252,208,2); }
H1.HeaderClassName
{
color: #FCD002;
}
.AnyTagClassName
{
color: #FCD002;
}
</style>
background-color css
<style>
a { background-color: #FCD002; }
a { background-color: rgb(252,208,2); }
div.DivClassName
{
background-color: #FCD002;
}
.BgClassName
{
background-color: #FCD002;
}
</style>
border-color css
<style>
span { border-color: #FCD002; }
span { border-color: rgb(252,208,2); }
td.TdClassName
{
border-color: #FCD002;
}
.TagClassName
{
border-color: #FCD002;
}
</style>