Shades of Dandelion #FDE064
Tints of Dandelion #FDE064
RGB
CMYK
RGB Variations
Color information
#FDE064 (or 0xFDE064) is known color: Dandelion. HEX triplet: FD, E0 and 64. RGB value is (253,224,100). Sum of RGB (Red+Green+Blue) = 253+224+100=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE064 is #021F9B. Grayscale: #DBDBDB. Windows color (decimal): -139164 or 6611197. OLE color: 6611197.
HSL color Cylindrical-coordinate representation of color #FDE064: hue angle of 48.63º 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 #FDE064 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 100 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 48.63º | 0.97% | 0.69% | - |
| HSV(B) | 48.63º | 0.6% | 0.99% | - |
| XYZ | 69.46 | 75.11 | 22.89 | - |
| YUV | 218.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 100 | 0 | 0.11 | 0.60 | 0.01 | 48.63 | 0.97 | 0.69 |
| Hex | FD | E0 | 64 | 0 | B | 3C | 1 | 31 | 61 | 45 |
| Octal | 375 | 340 | 144 | 0 | 13 | 74 | 1 | 61 | 141 | 105 |
| Binary | 11111101 | 11100000 | 1100100 | 0 | 1011 | 111100 | 1 | 110001 | 1100001 | 1000101 |
Color Harmonies of #FDE064
Complementary color
Monochromatic Colors of #FDE064
Black with #FDE064
Text Example
Text Example
White with #FDE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE064; }
p { color: rgb(253,224,100); }
H1.HeaderClassName
{
color: #FDE064;
}
.AnyTagClassName
{
color: #FDE064;
}
</style>
background-color css
<style>
a { background-color: #FDE064; }
a { background-color: rgb(253,224,100); }
div.DivClassName
{
background-color: #FDE064;
}
.BgClassName
{
background-color: #FDE064;
}
</style>
border-color css
<style>
span { border-color: #FDE064; }
span { border-color: rgb(253,224,100); }
td.TdClassName
{
border-color: #FDE064;
}
.TagClassName
{
border-color: #FDE064;
}
</style>