Shades of Dandelion #FCD061
Tints of Dandelion #FCD061
RGB
CMYK
RGB Variations
Color information
#FCD061 (or 0xFCD061) is known color: Dandelion. HEX triplet: FC, D0 and 61. RGB value is (252,208,97). Sum of RGB (Red+Green+Blue) = 252+208+97=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD061 is #032F9E. Grayscale: #D0D0D0. Windows color (decimal): -208799 or 6410492. OLE color: 6410492.
HSL color Cylindrical-coordinate representation of color #FCD061: hue angle of 42.97º 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 #FCD061 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 42.97º | 0.96% | 0.68% | - |
| HSV(B) | 42.97º | 0.62% | 0.99% | - |
| XYZ | 64.86 | 66.67 | 20.76 | - |
| YUV | 208.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 97 | 0 | 0.17 | 0.62 | 0.01 | 42.97 | 0.96 | 0.68 |
| Hex | FC | D0 | 61 | 0 | 11 | 3E | 1 | 2B | 60 | 44 |
| Octal | 374 | 320 | 141 | 0 | 21 | 76 | 1 | 53 | 140 | 104 |
| Binary | 11111100 | 11010000 | 1100001 | 0 | 10001 | 111110 | 1 | 101011 | 1100000 | 1000100 |
Color Harmonies of #FCD061
Complementary color
Monochromatic Colors of #FCD061
Black with #FCD061
Text Example
Text Example
White with #FCD061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD061; }
p { color: rgb(252,208,97); }
H1.HeaderClassName
{
color: #FCD061;
}
.AnyTagClassName
{
color: #FCD061;
}
</style>
background-color css
<style>
a { background-color: #FCD061; }
a { background-color: rgb(252,208,97); }
div.DivClassName
{
background-color: #FCD061;
}
.BgClassName
{
background-color: #FCD061;
}
</style>
border-color css
<style>
span { border-color: #FCD061; }
span { border-color: rgb(252,208,97); }
td.TdClassName
{
border-color: #FCD061;
}
.TagClassName
{
border-color: #FCD061;
}
</style>