Shades of Dandelion #FDE262
Tints of Dandelion #FDE262
RGB
CMYK
RGB Variations
Color information
#FDE262 (or 0xFDE262) is known color: Dandelion. HEX triplet: FD, E2 and 62. RGB value is (253,226,98). Sum of RGB (Red+Green+Blue) = 253+226+98=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE262 is #021D9D. Grayscale: #DCDCDC. Windows color (decimal): -138654 or 6480637. OLE color: 6480637.
HSL color Cylindrical-coordinate representation of color #FDE262: hue angle of 49.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDE262 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 98 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.01 |
| HSL | 49.55º | 0.97% | 0.69% | - |
| HSV(B) | 49.55º | 0.61% | 0.99% | - |
| XYZ | 69.91 | 76.16 | 22.57 | - |
| YUV | 219.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 98 | 0 | 0.11 | 0.61 | 0.01 | 49.55 | 0.97 | 0.69 |
| Hex | FD | E2 | 62 | 0 | B | 3D | 1 | 32 | 61 | 45 |
| Octal | 375 | 342 | 142 | 0 | 13 | 75 | 1 | 62 | 141 | 105 |
| Binary | 11111101 | 11100010 | 1100010 | 0 | 1011 | 111101 | 1 | 110010 | 1100001 | 1000101 |
Color Harmonies of #FDE262
Complementary color
Monochromatic Colors of #FDE262
Black with #FDE262
Text Example
Text Example
White with #FDE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE262; }
p { color: rgb(253,226,98); }
H1.HeaderClassName
{
color: #FDE262;
}
.AnyTagClassName
{
color: #FDE262;
}
</style>
background-color css
<style>
a { background-color: #FDE262; }
a { background-color: rgb(253,226,98); }
div.DivClassName
{
background-color: #FDE262;
}
.BgClassName
{
background-color: #FDE262;
}
</style>
border-color css
<style>
span { border-color: #FDE262; }
span { border-color: rgb(253,226,98); }
td.TdClassName
{
border-color: #FDE262;
}
.TagClassName
{
border-color: #FDE262;
}
</style>