Shades of Dandelion #FCD066
Tints of Dandelion #FCD066
RGB
CMYK
RGB Variations
Color information
#FCD066 (or 0xFCD066) is known color: Dandelion. HEX triplet: FC, D0 and 66. RGB value is (252,208,102). Sum of RGB (Red+Green+Blue) = 252+208+102=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD066 is #032F99. Grayscale: #D1D1D1. Windows color (decimal): -208794 or 6738172. OLE color: 6738172.
HSL color Cylindrical-coordinate representation of color #FCD066: hue angle of 42.4º 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 #FCD066 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 102 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.01 |
| HSL | 42.4º | 0.96% | 0.69% | - |
| HSV(B) | 42.4º | 0.6% | 0.99% | - |
| XYZ | 65.1 | 66.77 | 22.03 | - |
| YUV | 209.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 102 | 0 | 0.17 | 0.60 | 0.01 | 42.4 | 0.96 | 0.69 |
| Hex | FC | D0 | 66 | 0 | 11 | 3C | 1 | 2A | 60 | 45 |
| Octal | 374 | 320 | 146 | 0 | 21 | 74 | 1 | 52 | 140 | 105 |
| Binary | 11111100 | 11010000 | 1100110 | 0 | 10001 | 111100 | 1 | 101010 | 1100000 | 1000101 |
Color Harmonies of #FCD066
Complementary color
Monochromatic Colors of #FCD066
Black with #FCD066
Text Example
Text Example
White with #FCD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD066; }
p { color: rgb(252,208,102); }
H1.HeaderClassName
{
color: #FCD066;
}
.AnyTagClassName
{
color: #FCD066;
}
</style>
background-color css
<style>
a { background-color: #FCD066; }
a { background-color: rgb(252,208,102); }
div.DivClassName
{
background-color: #FCD066;
}
.BgClassName
{
background-color: #FCD066;
}
</style>
border-color css
<style>
span { border-color: #FCD066; }
span { border-color: rgb(252,208,102); }
td.TdClassName
{
border-color: #FCD066;
}
.TagClassName
{
border-color: #FCD066;
}
</style>