Shades of Dandelion #FCDD64
Tints of Dandelion #FCDD64
RGB
CMYK
RGB Variations
Color information
#FCDD64 (or 0xFCDD64) is known color: Dandelion. HEX triplet: FC, DD and 64. RGB value is (252,221,100). Sum of RGB (Red+Green+Blue) = 252+221+100=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD64 is #03229B. Grayscale: #D8D8D8. Windows color (decimal): -205468 or 6610428. OLE color: 6610428.
HSL color Cylindrical-coordinate representation of color #FCDD64: hue angle of 47.76º 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 #FCDD64 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 100 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.01 |
| HSL | 47.76º | 0.96% | 0.69% | - |
| HSV(B) | 47.76º | 0.6% | 0.99% | - |
| XYZ | 68.3 | 73.33 | 22.61 | - |
| YUV | 216.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 100 | 0 | 0.12 | 0.60 | 0.01 | 47.76 | 0.96 | 0.69 |
| Hex | FC | DD | 64 | 0 | C | 3C | 1 | 30 | 60 | 45 |
| Octal | 374 | 335 | 144 | 0 | 14 | 74 | 1 | 60 | 140 | 105 |
| Binary | 11111100 | 11011101 | 1100100 | 0 | 1100 | 111100 | 1 | 110000 | 1100000 | 1000101 |
Color Harmonies of #FCDD64
Complementary color
Monochromatic Colors of #FCDD64
Black with #FCDD64
Text Example
Text Example
White with #FCDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD64; }
p { color: rgb(252,221,100); }
H1.HeaderClassName
{
color: #FCDD64;
}
.AnyTagClassName
{
color: #FCDD64;
}
</style>
background-color css
<style>
a { background-color: #FCDD64; }
a { background-color: rgb(252,221,100); }
div.DivClassName
{
background-color: #FCDD64;
}
.BgClassName
{
background-color: #FCDD64;
}
</style>
border-color css
<style>
span { border-color: #FCDD64; }
span { border-color: rgb(252,221,100); }
td.TdClassName
{
border-color: #FCDD64;
}
.TagClassName
{
border-color: #FCDD64;
}
</style>