Shades of Dandelion #FCDC61
Tints of Dandelion #FCDC61
RGB
CMYK
RGB Variations
Color information
#FCDC61 (or 0xFCDC61) is known color: Dandelion. HEX triplet: FC, DC and 61. RGB value is (252,220,97). Sum of RGB (Red+Green+Blue) = 252+220+97=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC61 is #03239E. Grayscale: #D8D8D8. Windows color (decimal): -205727 or 6413564. OLE color: 6413564.
HSL color Cylindrical-coordinate representation of color #FCDC61: hue angle of 47.61º 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 #FCDC61 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 97 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 47.61º | 0.96% | 0.68% | - |
| HSV(B) | 47.61º | 0.62% | 0.99% | - |
| XYZ | 67.9 | 72.74 | 21.77 | - |
| YUV | 215.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 97 | 0 | 0.13 | 0.62 | 0.01 | 47.61 | 0.96 | 0.68 |
| Hex | FC | DC | 61 | 0 | D | 3E | 1 | 30 | 60 | 44 |
| Octal | 374 | 334 | 141 | 0 | 15 | 76 | 1 | 60 | 140 | 104 |
| Binary | 11111100 | 11011100 | 1100001 | 0 | 1101 | 111110 | 1 | 110000 | 1100000 | 1000100 |
Color Harmonies of #FCDC61
Complementary color
Monochromatic Colors of #FCDC61
Black with #FCDC61
Text Example
Text Example
White with #FCDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC61; }
p { color: rgb(252,220,97); }
H1.HeaderClassName
{
color: #FCDC61;
}
.AnyTagClassName
{
color: #FCDC61;
}
</style>
background-color css
<style>
a { background-color: #FCDC61; }
a { background-color: rgb(252,220,97); }
div.DivClassName
{
background-color: #FCDC61;
}
.BgClassName
{
background-color: #FCDC61;
}
</style>
border-color css
<style>
span { border-color: #FCDC61; }
span { border-color: rgb(252,220,97); }
td.TdClassName
{
border-color: #FCDC61;
}
.TagClassName
{
border-color: #FCDC61;
}
</style>