Shades of Tangerine Yellow #FCD001
Tints of Tangerine Yellow #FCD001
RGB
CMYK
RGB Variations
Color information
#FCD001 (or 0xFCD001) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 01. RGB value is (252,208,1). Sum of RGB (Red+Green+Blue) = 252+208+1=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD001 is #032FFE. Grayscale: #C6C6C6. Windows color (decimal): -208895 or 119036. OLE color: 119036.
HSL color Cylindrical-coordinate representation of color #FCD001: hue angle of 49.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCD001 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.01 |
| HSL | 49.48º | 0.99% | 0.5% | - |
| HSV(B) | 49.48º | 1% | 0.99% | - |
| XYZ | 62.71 | 65.81 | 9.43 | - |
| YUV | 197.56 | 17.08 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 1 | 0 | 0.17 | 1.00 | 0.01 | 49.48 | 0.99 | 0.5 |
| Hex | FC | D0 | 1 | 0 | 11 | 64 | 1 | 31 | 63 | 32 |
| Octal | 374 | 320 | 1 | 0 | 21 | 144 | 1 | 61 | 143 | 62 |
| Binary | 11111100 | 11010000 | 1 | 0 | 10001 | 1100100 | 1 | 110001 | 1100011 | 110010 |
Color Harmonies of #FCD001
Complementary color
Monochromatic Colors of #FCD001
Black with #FCD001
Text Example
Text Example
White with #FCD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD001; }
p { color: rgb(252,208,1); }
H1.HeaderClassName
{
color: #FCD001;
}
.AnyTagClassName
{
color: #FCD001;
}
</style>
background-color css
<style>
a { background-color: #FCD001; }
a { background-color: rgb(252,208,1); }
div.DivClassName
{
background-color: #FCD001;
}
.BgClassName
{
background-color: #FCD001;
}
</style>
border-color css
<style>
span { border-color: #FCD001; }
span { border-color: rgb(252,208,1); }
td.TdClassName
{
border-color: #FCD001;
}
.TagClassName
{
border-color: #FCD001;
}
</style>