Shades of Dandelion #FCDC65
Tints of Dandelion #FCDC65
RGB
CMYK
RGB Variations
Color information
#FCDC65 (or 0xFCDC65) is known color: Dandelion. HEX triplet: FC, DC and 65. RGB value is (252,220,101). Sum of RGB (Red+Green+Blue) = 252+220+101=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC65 is #03239A. Grayscale: #D8D8D8. Windows color (decimal): -205723 or 6675708. OLE color: 6675708.
HSL color Cylindrical-coordinate representation of color #FCDC65: hue angle of 47.28º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCDC65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 101 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.01 |
| HSL | 47.28º | 0.96% | 0.69% | - |
| HSV(B) | 47.28º | 0.6% | 0.99% | - |
| XYZ | 68.09 | 72.82 | 22.78 | - |
| YUV | 216 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 101 | 0 | 0.13 | 0.60 | 0.01 | 47.28 | 0.96 | 0.69 |
| Hex | FC | DC | 65 | 0 | D | 3C | 1 | 2F | 60 | 45 |
| Octal | 374 | 334 | 145 | 0 | 15 | 74 | 1 | 57 | 140 | 105 |
| Binary | 11111100 | 11011100 | 1100101 | 0 | 1101 | 111100 | 1 | 101111 | 1100000 | 1000101 |
Color Harmonies of #FCDC65
Complementary color
Monochromatic Colors of #FCDC65
Black with #FCDC65
Text Example
Text Example
White with #FCDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC65; }
p { color: rgb(252,220,101); }
H1.HeaderClassName
{
color: #FCDC65;
}
.AnyTagClassName
{
color: #FCDC65;
}
</style>
background-color css
<style>
a { background-color: #FCDC65; }
a { background-color: rgb(252,220,101); }
div.DivClassName
{
background-color: #FCDC65;
}
.BgClassName
{
background-color: #FCDC65;
}
</style>
border-color css
<style>
span { border-color: #FCDC65; }
span { border-color: rgb(252,220,101); }
td.TdClassName
{
border-color: #FCDC65;
}
.TagClassName
{
border-color: #FCDC65;
}
</style>