Shades of Dandelion #FCDB65
Tints of Dandelion #FCDB65
RGB
CMYK
RGB Variations
Color information
#FCDB65 (or 0xFCDB65) is known color: Dandelion. HEX triplet: FC, DB and 65. RGB value is (252,219,101). Sum of RGB (Red+Green+Blue) = 252+219+101=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 101 (39.84% from 255 or 17.66% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB65 is #03249A. Grayscale: #D7D7D7. Windows color (decimal): -205979 or 6675452. OLE color: 6675452.
HSL color Cylindrical-coordinate representation of color #FCDB65: hue angle of 46.89º 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 #FCDB65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 101 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.01 |
| HSL | 46.89º | 0.96% | 0.69% | - |
| HSV(B) | 46.89º | 0.6% | 0.99% | - |
| XYZ | 67.83 | 72.3 | 22.69 | - |
| YUV | 215.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 101 | 0 | 0.13 | 0.60 | 0.01 | 46.89 | 0.96 | 0.69 |
| Hex | FC | DB | 65 | 0 | D | 3C | 1 | 2F | 60 | 45 |
| Octal | 374 | 333 | 145 | 0 | 15 | 74 | 1 | 57 | 140 | 105 |
| Binary | 11111100 | 11011011 | 1100101 | 0 | 1101 | 111100 | 1 | 101111 | 1100000 | 1000101 |
Color Harmonies of #FCDB65
Complementary color
Monochromatic Colors of #FCDB65
Black with #FCDB65
Text Example
Text Example
White with #FCDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB65; }
p { color: rgb(252,219,101); }
H1.HeaderClassName
{
color: #FCDB65;
}
.AnyTagClassName
{
color: #FCDB65;
}
</style>
background-color css
<style>
a { background-color: #FCDB65; }
a { background-color: rgb(252,219,101); }
div.DivClassName
{
background-color: #FCDB65;
}
.BgClassName
{
background-color: #FCDB65;
}
</style>
border-color css
<style>
span { border-color: #FCDB65; }
span { border-color: rgb(252,219,101); }
td.TdClassName
{
border-color: #FCDB65;
}
.TagClassName
{
border-color: #FCDB65;
}
</style>