Shades of Dandelion #FDE161
Tints of Dandelion #FDE161
RGB
CMYK
RGB Variations
Color information
#FDE161 (or 0xFDE161) is known color: Dandelion. HEX triplet: FD, E1 and 61. RGB value is (253,225,97). Sum of RGB (Red+Green+Blue) = 253+225+97=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 97 (38.28% from 255 or 16.87% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE161 is #021E9E. Grayscale: #DBDBDB. Windows color (decimal): -138911 or 6414845. OLE color: 6414845.
HSL color Cylindrical-coordinate representation of color #FDE161: hue angle of 49.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDE161 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 97 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.01 |
| HSL | 49.23º | 0.98% | 0.69% | - |
| HSV(B) | 49.23º | 0.62% | 0.99% | - |
| XYZ | 69.59 | 75.6 | 22.23 | - |
| YUV | 218.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 97 | 0 | 0.11 | 0.62 | 0.01 | 49.23 | 0.98 | 0.69 |
| Hex | FD | E1 | 61 | 0 | B | 3E | 1 | 31 | 62 | 45 |
| Octal | 375 | 341 | 141 | 0 | 13 | 76 | 1 | 61 | 142 | 105 |
| Binary | 11111101 | 11100001 | 1100001 | 0 | 1011 | 111110 | 1 | 110001 | 1100010 | 1000101 |
Color Harmonies of #FDE161
Complementary color
Monochromatic Colors of #FDE161
Black with #FDE161
Text Example
Text Example
White with #FDE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE161; }
p { color: rgb(253,225,97); }
H1.HeaderClassName
{
color: #FDE161;
}
.AnyTagClassName
{
color: #FDE161;
}
</style>
background-color css
<style>
a { background-color: #FDE161; }
a { background-color: rgb(253,225,97); }
div.DivClassName
{
background-color: #FDE161;
}
.BgClassName
{
background-color: #FDE161;
}
</style>
border-color css
<style>
span { border-color: #FDE161; }
span { border-color: rgb(253,225,97); }
td.TdClassName
{
border-color: #FDE161;
}
.TagClassName
{
border-color: #FDE161;
}
</style>