Shades of Dandelion #FDE266
Tints of Dandelion #FDE266
RGB
CMYK
RGB Variations
Color information
#FDE266 (or 0xFDE266) is known color: Dandelion. HEX triplet: FD, E2 and 66. RGB value is (253,226,102). Sum of RGB (Red+Green+Blue) = 253+226+102=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 102 (40.23% from 255 or 17.56% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE266 is #021D99. Grayscale: #DCDCDC. Windows color (decimal): -138650 or 6742781. OLE color: 6742781.
HSL color Cylindrical-coordinate representation of color #FDE266: hue angle of 49.27º 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 #FDE266 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 102 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 49.27º | 0.97% | 0.7% | - |
| HSV(B) | 49.27º | 0.6% | 0.99% | - |
| XYZ | 70.1 | 76.23 | 23.59 | - |
| YUV | 219.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 102 | 0 | 0.11 | 0.60 | 0.01 | 49.27 | 0.97 | 0.7 |
| Hex | FD | E2 | 66 | 0 | B | 3C | 1 | 31 | 61 | 46 |
| Octal | 375 | 342 | 146 | 0 | 13 | 74 | 1 | 61 | 141 | 106 |
| Binary | 11111101 | 11100010 | 1100110 | 0 | 1011 | 111100 | 1 | 110001 | 1100001 | 1000110 |
Color Harmonies of #FDE266
Complementary color
Monochromatic Colors of #FDE266
Black with #FDE266
Text Example
Text Example
White with #FDE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE266; }
p { color: rgb(253,226,102); }
H1.HeaderClassName
{
color: #FDE266;
}
.AnyTagClassName
{
color: #FDE266;
}
</style>
background-color css
<style>
a { background-color: #FDE266; }
a { background-color: rgb(253,226,102); }
div.DivClassName
{
background-color: #FDE266;
}
.BgClassName
{
background-color: #FDE266;
}
</style>
border-color css
<style>
span { border-color: #FDE266; }
span { border-color: rgb(253,226,102); }
td.TdClassName
{
border-color: #FDE266;
}
.TagClassName
{
border-color: #FDE266;
}
</style>