Shades of Dandelion #FCD064
Tints of Dandelion #FCD064
RGB
CMYK
RGB Variations
Color information
#FCD064 (or 0xFCD064) is known color: Dandelion. HEX triplet: FC, D0 and 64. RGB value is (252,208,100). Sum of RGB (Red+Green+Blue) = 252+208+100=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD064 is #032F9B. Grayscale: #D1D1D1. Windows color (decimal): -208796 or 6607100. OLE color: 6607100.
HSL color Cylindrical-coordinate representation of color #FCD064: hue angle of 42.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCD064 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 100 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.01 |
| HSL | 42.63º | 0.96% | 0.69% | - |
| HSV(B) | 42.63º | 0.6% | 0.99% | - |
| XYZ | 65 | 66.73 | 21.51 | - |
| YUV | 208.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 100 | 0 | 0.17 | 0.60 | 0.01 | 42.63 | 0.96 | 0.69 |
| Hex | FC | D0 | 64 | 0 | 11 | 3C | 1 | 2B | 60 | 45 |
| Octal | 374 | 320 | 144 | 0 | 21 | 74 | 1 | 53 | 140 | 105 |
| Binary | 11111100 | 11010000 | 1100100 | 0 | 10001 | 111100 | 1 | 101011 | 1100000 | 1000101 |
Color Harmonies of #FCD064
Complementary color
Monochromatic Colors of #FCD064
Black with #FCD064
Text Example
Text Example
White with #FCD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD064; }
p { color: rgb(252,208,100); }
H1.HeaderClassName
{
color: #FCD064;
}
.AnyTagClassName
{
color: #FCD064;
}
</style>
background-color css
<style>
a { background-color: #FCD064; }
a { background-color: rgb(252,208,100); }
div.DivClassName
{
background-color: #FCD064;
}
.BgClassName
{
background-color: #FCD064;
}
</style>
border-color css
<style>
span { border-color: #FCD064; }
span { border-color: rgb(252,208,100); }
td.TdClassName
{
border-color: #FCD064;
}
.TagClassName
{
border-color: #FCD064;
}
</style>