Shades of Dandelion #FDE166
Tints of Dandelion #FDE166
RGB
CMYK
RGB Variations
Color information
#FDE166 (or 0xFDE166) is known color: Dandelion. HEX triplet: FD, E1 and 66. RGB value is (253,225,102). Sum of RGB (Red+Green+Blue) = 253+225+102=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 102 (40.23% from 255 or 17.59% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE166 is #021E99. Grayscale: #DBDBDB. Windows color (decimal): -138906 or 6742525. OLE color: 6742525.
HSL color Cylindrical-coordinate representation of color #FDE166: hue angle of 48.87º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDE166 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 102 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 48.87º | 0.97% | 0.7% | - |
| HSV(B) | 48.87º | 0.6% | 0.99% | - |
| XYZ | 69.83 | 75.69 | 23.5 | - |
| YUV | 219.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 102 | 0 | 0.11 | 0.60 | 0.01 | 48.87 | 0.97 | 0.7 |
| Hex | FD | E1 | 66 | 0 | B | 3C | 1 | 31 | 61 | 46 |
| Octal | 375 | 341 | 146 | 0 | 13 | 74 | 1 | 61 | 141 | 106 |
| Binary | 11111101 | 11100001 | 1100110 | 0 | 1011 | 111100 | 1 | 110001 | 1100001 | 1000110 |
Color Harmonies of #FDE166
Complementary color
Monochromatic Colors of #FDE166
Black with #FDE166
Text Example
Text Example
White with #FDE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE166; }
p { color: rgb(253,225,102); }
H1.HeaderClassName
{
color: #FDE166;
}
.AnyTagClassName
{
color: #FDE166;
}
</style>
background-color css
<style>
a { background-color: #FDE166; }
a { background-color: rgb(253,225,102); }
div.DivClassName
{
background-color: #FDE166;
}
.BgClassName
{
background-color: #FDE166;
}
</style>
border-color css
<style>
span { border-color: #FDE166; }
span { border-color: rgb(253,225,102); }
td.TdClassName
{
border-color: #FDE166;
}
.TagClassName
{
border-color: #FDE166;
}
</style>