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