Shades of Dandelion #FDCE65
Tints of Dandelion #FDCE65
RGB
CMYK
RGB Variations
Color information
#FDCE65 (or 0xFDCE65) is known color: Dandelion. HEX triplet: FD, CE and 65. RGB value is (253,206,101). Sum of RGB (Red+Green+Blue) = 253+206+101=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE65 is #02319A. Grayscale: #D0D0D0. Windows color (decimal): -143771 or 6672125. OLE color: 6672125.
HSL color Cylindrical-coordinate representation of color #FDCE65: hue angle of 41.45º degrees, saturation: 0.97, 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 #FDCE65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 41.45º | 0.97% | 0.69% | - |
| HSV(B) | 41.45º | 0.6% | 0.99% | - |
| XYZ | 64.93 | 65.96 | 21.62 | - |
| YUV | 208.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 101 | 0 | 0.19 | 0.60 | 0.01 | 41.45 | 0.97 | 0.69 |
| Hex | FD | CE | 65 | 0 | 13 | 3C | 1 | 29 | 61 | 45 |
| Octal | 375 | 316 | 145 | 0 | 23 | 74 | 1 | 51 | 141 | 105 |
| Binary | 11111101 | 11001110 | 1100101 | 0 | 10011 | 111100 | 1 | 101001 | 1100001 | 1000101 |
Color Harmonies of #FDCE65
Complementary color
Monochromatic Colors of #FDCE65
Black with #FDCE65
Text Example
Text Example
White with #FDCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE65; }
p { color: rgb(253,206,101); }
H1.HeaderClassName
{
color: #FDCE65;
}
.AnyTagClassName
{
color: #FDCE65;
}
</style>
background-color css
<style>
a { background-color: #FDCE65; }
a { background-color: rgb(253,206,101); }
div.DivClassName
{
background-color: #FDCE65;
}
.BgClassName
{
background-color: #FDCE65;
}
</style>
border-color css
<style>
span { border-color: #FDCE65; }
span { border-color: rgb(253,206,101); }
td.TdClassName
{
border-color: #FDCE65;
}
.TagClassName
{
border-color: #FDCE65;
}
</style>