Shades of Dandelion #FCD661
Tints of Dandelion #FCD661
RGB
CMYK
RGB Variations
Color information
#FCD661 (or 0xFCD661) is known color: Dandelion. HEX triplet: FC, D6 and 61. RGB value is (252,214,97). Sum of RGB (Red+Green+Blue) = 252+214+97=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD661 is #03299E. Grayscale: #D4D4D4. Windows color (decimal): -207263 or 6412028. OLE color: 6412028.
HSL color Cylindrical-coordinate representation of color #FCD661: hue angle of 45.29º 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 #FCD661 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 97 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.29º | 0.96% | 0.68% | - |
| HSV(B) | 45.29º | 0.62% | 0.99% | - |
| XYZ | 66.35 | 69.65 | 21.26 | - |
| YUV | 212.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 97 | 0 | 0.15 | 0.62 | 0.01 | 45.29 | 0.96 | 0.68 |
| Hex | FC | D6 | 61 | 0 | F | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 326 | 141 | 0 | 17 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010110 | 1100001 | 0 | 1111 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD661
Complementary color
Monochromatic Colors of #FCD661
Black with #FCD661
Text Example
Text Example
White with #FCD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD661; }
p { color: rgb(252,214,97); }
H1.HeaderClassName
{
color: #FCD661;
}
.AnyTagClassName
{
color: #FCD661;
}
</style>
background-color css
<style>
a { background-color: #FCD661; }
a { background-color: rgb(252,214,97); }
div.DivClassName
{
background-color: #FCD661;
}
.BgClassName
{
background-color: #FCD661;
}
</style>
border-color css
<style>
span { border-color: #FCD661; }
span { border-color: rgb(252,214,97); }
td.TdClassName
{
border-color: #FCD661;
}
.TagClassName
{
border-color: #FCD661;
}
</style>