Shades of Dandelion #FCD260
Tints of Dandelion #FCD260
RGB
CMYK
RGB Variations
Color information
#FCD260 (or 0xFCD260) is known color: Dandelion. HEX triplet: FC, D2 and 60. RGB value is (252,210,96). Sum of RGB (Red+Green+Blue) = 252+210+96=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD260 is #032D9F. Grayscale: #D2D2D2. Windows color (decimal): -208288 or 6345468. OLE color: 6345468.
HSL color Cylindrical-coordinate representation of color #FCD260: hue angle of 43.85º 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 #FCD260 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 96 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 43.85º | 0.96% | 0.68% | - |
| HSV(B) | 43.85º | 0.62% | 0.99% | - |
| XYZ | 65.3 | 67.63 | 20.68 | - |
| YUV | 209.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 96 | 0 | 0.17 | 0.62 | 0.01 | 43.85 | 0.96 | 0.68 |
| Hex | FC | D2 | 60 | 0 | 11 | 3E | 1 | 2C | 60 | 44 |
| Octal | 374 | 322 | 140 | 0 | 21 | 76 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010010 | 1100000 | 0 | 10001 | 111110 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD260
Complementary color
Monochromatic Colors of #FCD260
Black with #FCD260
Text Example
Text Example
White with #FCD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD260; }
p { color: rgb(252,210,96); }
H1.HeaderClassName
{
color: #FCD260;
}
.AnyTagClassName
{
color: #FCD260;
}
</style>
background-color css
<style>
a { background-color: #FCD260; }
a { background-color: rgb(252,210,96); }
div.DivClassName
{
background-color: #FCD260;
}
.BgClassName
{
background-color: #FCD260;
}
</style>
border-color css
<style>
span { border-color: #FCD260; }
span { border-color: rgb(252,210,96); }
td.TdClassName
{
border-color: #FCD260;
}
.TagClassName
{
border-color: #FCD260;
}
</style>