Shades of Dandelion #FCD666
Tints of Dandelion #FCD666
RGB
CMYK
RGB Variations
Color information
#FCD666 (or 0xFCD666) is known color: Dandelion. HEX triplet: FC, D6 and 66. RGB value is (252,214,102). Sum of RGB (Red+Green+Blue) = 252+214+102=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD666 is #032999. Grayscale: #D5D5D5. Windows color (decimal): -207258 or 6739708. OLE color: 6739708.
HSL color Cylindrical-coordinate representation of color #FCD666: hue angle of 44.8º 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 #FCD666 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 102 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 44.8º | 0.96% | 0.69% | - |
| HSV(B) | 44.8º | 0.6% | 0.99% | - |
| XYZ | 66.59 | 69.75 | 22.52 | - |
| YUV | 212.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 102 | 0 | 0.15 | 0.60 | 0.01 | 44.8 | 0.96 | 0.69 |
| Hex | FC | D6 | 66 | 0 | F | 3C | 1 | 2D | 60 | 45 |
| Octal | 374 | 326 | 146 | 0 | 17 | 74 | 1 | 55 | 140 | 105 |
| Binary | 11111100 | 11010110 | 1100110 | 0 | 1111 | 111100 | 1 | 101101 | 1100000 | 1000101 |
Color Harmonies of #FCD666
Complementary color
Monochromatic Colors of #FCD666
Black with #FCD666
Text Example
Text Example
White with #FCD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD666; }
p { color: rgb(252,214,102); }
H1.HeaderClassName
{
color: #FCD666;
}
.AnyTagClassName
{
color: #FCD666;
}
</style>
background-color css
<style>
a { background-color: #FCD666; }
a { background-color: rgb(252,214,102); }
div.DivClassName
{
background-color: #FCD666;
}
.BgClassName
{
background-color: #FCD666;
}
</style>
border-color css
<style>
span { border-color: #FCD666; }
span { border-color: rgb(252,214,102); }
td.TdClassName
{
border-color: #FCD666;
}
.TagClassName
{
border-color: #FCD666;
}
</style>