Shades of Dandelion #FDE165
Tints of Dandelion #FDE165
RGB
CMYK
RGB Variations
Color information
#FDE165 (or 0xFDE165) is known color: Dandelion. HEX triplet: FD, E1 and 65. RGB value is (253,225,101). Sum of RGB (Red+Green+Blue) = 253+225+101=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 101 (39.84% from 255 or 17.44% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE165 is #021E9A. Grayscale: #DBDBDB. Windows color (decimal): -138907 or 6676989. OLE color: 6676989.
HSL color Cylindrical-coordinate representation of color #FDE165: hue angle of 48.95º 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 #FDE165 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 48.95º | 0.97% | 0.69% | - |
| HSV(B) | 48.95º | 0.6% | 0.99% | - |
| XYZ | 69.78 | 75.67 | 23.24 | - |
| YUV | 219.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 101 | 0 | 0.11 | 0.60 | 0.01 | 48.95 | 0.97 | 0.69 |
| Hex | FD | E1 | 65 | 0 | B | 3C | 1 | 31 | 61 | 45 |
| Octal | 375 | 341 | 145 | 0 | 13 | 74 | 1 | 61 | 141 | 105 |
| Binary | 11111101 | 11100001 | 1100101 | 0 | 1011 | 111100 | 1 | 110001 | 1100001 | 1000101 |
Color Harmonies of #FDE165
Complementary color
Monochromatic Colors of #FDE165
Black with #FDE165
Text Example
Text Example
White with #FDE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE165; }
p { color: rgb(253,225,101); }
H1.HeaderClassName
{
color: #FDE165;
}
.AnyTagClassName
{
color: #FDE165;
}
</style>
background-color css
<style>
a { background-color: #FDE165; }
a { background-color: rgb(253,225,101); }
div.DivClassName
{
background-color: #FDE165;
}
.BgClassName
{
background-color: #FDE165;
}
</style>
border-color css
<style>
span { border-color: #FDE165; }
span { border-color: rgb(253,225,101); }
td.TdClassName
{
border-color: #FDE165;
}
.TagClassName
{
border-color: #FDE165;
}
</style>