Shades of Dandelion #FCD663
Tints of Dandelion #FCD663
RGB
CMYK
RGB Variations
Color information
#FCD663 (or 0xFCD663) is known color: Dandelion. HEX triplet: FC, D6 and 63. RGB value is (252,214,99). Sum of RGB (Red+Green+Blue) = 252+214+99=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD663 is #03299C. Grayscale: #D4D4D4. Windows color (decimal): -207261 or 6543100. OLE color: 6543100.
HSL color Cylindrical-coordinate representation of color #FCD663: hue angle of 45.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCD663 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 99 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.01 |
| HSL | 45.1º | 0.96% | 0.69% | - |
| HSV(B) | 45.1º | 0.61% | 0.99% | - |
| XYZ | 66.44 | 69.69 | 21.75 | - |
| YUV | 212.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 99 | 0 | 0.15 | 0.61 | 0.01 | 45.1 | 0.96 | 0.69 |
| Hex | FC | D6 | 63 | 0 | F | 3D | 1 | 2D | 60 | 45 |
| Octal | 374 | 326 | 143 | 0 | 17 | 75 | 1 | 55 | 140 | 105 |
| Binary | 11111100 | 11010110 | 1100011 | 0 | 1111 | 111101 | 1 | 101101 | 1100000 | 1000101 |
Color Harmonies of #FCD663
Complementary color
Monochromatic Colors of #FCD663
Black with #FCD663
Text Example
Text Example
White with #FCD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD663; }
p { color: rgb(252,214,99); }
H1.HeaderClassName
{
color: #FCD663;
}
.AnyTagClassName
{
color: #FCD663;
}
</style>
background-color css
<style>
a { background-color: #FCD663; }
a { background-color: rgb(252,214,99); }
div.DivClassName
{
background-color: #FCD663;
}
.BgClassName
{
background-color: #FCD663;
}
</style>
border-color css
<style>
span { border-color: #FCD663; }
span { border-color: rgb(252,214,99); }
td.TdClassName
{
border-color: #FCD663;
}
.TagClassName
{
border-color: #FCD663;
}
</style>