Shades of Tangerine Yellow #FCD005
Tints of Tangerine Yellow #FCD005
RGB
CMYK
RGB Variations
Color information
#FCD005 (or 0xFCD005) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 05. RGB value is (252,208,5). Sum of RGB (Red+Green+Blue) = 252+208+5=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD005 is #032FFA. Grayscale: #C6C6C6. Windows color (decimal): -208891 or 381180. OLE color: 381180.
HSL color Cylindrical-coordinate representation of color #FCD005: hue angle of 49.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD005 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.01 |
| HSL | 49.31º | 0.98% | 0.5% | - |
| HSV(B) | 49.31º | 0.98% | 0.99% | - |
| XYZ | 62.73 | 65.82 | 9.54 | - |
| YUV | 198.01 | 19.08 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 5 | 0 | 0.17 | 0.98 | 0.01 | 49.31 | 0.98 | 0.5 |
| Hex | FC | D0 | 5 | 0 | 11 | 62 | 1 | 31 | 62 | 32 |
| Octal | 374 | 320 | 5 | 0 | 21 | 142 | 1 | 61 | 142 | 62 |
| Binary | 11111100 | 11010000 | 101 | 0 | 10001 | 1100010 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FCD005
Complementary color
Monochromatic Colors of #FCD005
Black with #FCD005
Text Example
Text Example
White with #FCD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD005; }
p { color: rgb(252,208,5); }
H1.HeaderClassName
{
color: #FCD005;
}
.AnyTagClassName
{
color: #FCD005;
}
</style>
background-color css
<style>
a { background-color: #FCD005; }
a { background-color: rgb(252,208,5); }
div.DivClassName
{
background-color: #FCD005;
}
.BgClassName
{
background-color: #FCD005;
}
</style>
border-color css
<style>
span { border-color: #FCD005; }
span { border-color: rgb(252,208,5); }
td.TdClassName
{
border-color: #FCD005;
}
.TagClassName
{
border-color: #FCD005;
}
</style>