Shades of Dandelion #FCD560
Tints of Dandelion #FCD560
RGB
CMYK
RGB Variations
Color information
#FCD560 (or 0xFCD560) is known color: Dandelion. HEX triplet: FC, D5 and 60. RGB value is (252,213,96). Sum of RGB (Red+Green+Blue) = 252+213+96=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD560 is #032A9F. Grayscale: #D3D3D3. Windows color (decimal): -207520 or 6346236. OLE color: 6346236.
HSL color Cylindrical-coordinate representation of color #FCD560: hue angle of 45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCD560 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45º | 0.96% | 0.68% | - |
| HSV(B) | 45º | 0.62% | 0.99% | - |
| XYZ | 66.05 | 69.13 | 20.93 | - |
| YUV | 211.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 96 | 0 | 0.15 | 0.62 | 0.01 | 45 | 0.96 | 0.68 |
| Hex | FC | D5 | 60 | 0 | F | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 325 | 140 | 0 | 17 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010101 | 1100000 | 0 | 1111 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD560
Complementary color
Monochromatic Colors of #FCD560
Black with #FCD560
Text Example
Text Example
White with #FCD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD560; }
p { color: rgb(252,213,96); }
H1.HeaderClassName
{
color: #FCD560;
}
.AnyTagClassName
{
color: #FCD560;
}
</style>
background-color css
<style>
a { background-color: #FCD560; }
a { background-color: rgb(252,213,96); }
div.DivClassName
{
background-color: #FCD560;
}
.BgClassName
{
background-color: #FCD560;
}
</style>
border-color css
<style>
span { border-color: #FCD560; }
span { border-color: rgb(252,213,96); }
td.TdClassName
{
border-color: #FCD560;
}
.TagClassName
{
border-color: #FCD560;
}
</style>