Shades of Dandelion #FEE165
Tints of Dandelion #FEE165
RGB
CMYK
RGB Variations
Color information
#FEE165 (or 0xFEE165) is known color: Dandelion. HEX triplet: FE, E1 and 65. RGB value is (254,225,101). Sum of RGB (Red+Green+Blue) = 254+225+101=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE165 is #011E9A. Grayscale: #DCDCDC. Windows color (decimal): -73371 or 6676990. OLE color: 6676990.
HSL color Cylindrical-coordinate representation of color #FEE165: hue angle of 48.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE165 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.00 |
| HSL | 48.63º | 0.99% | 0.7% | - |
| HSV(B) | 48.63º | 0.6% | 1% | - |
| XYZ | 70.15 | 75.86 | 23.26 | - |
| YUV | 219.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 101 | 0 | 0.11 | 0.60 | 0.00 | 48.63 | 0.99 | 0.7 |
| Hex | FE | E1 | 65 | 0 | B | 3C | 0 | 31 | 63 | 46 |
| Octal | 376 | 341 | 145 | 0 | 13 | 74 | 0 | 61 | 143 | 106 |
| Binary | 11111110 | 11100001 | 1100101 | 0 | 1011 | 111100 | 0 | 110001 | 1100011 | 1000110 |
Color Harmonies of #FEE165
Complementary color
Monochromatic Colors of #FEE165
Black with #FEE165
Text Example
Text Example
White with #FEE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE165; }
p { color: rgb(254,225,101); }
H1.HeaderClassName
{
color: #FEE165;
}
.AnyTagClassName
{
color: #FEE165;
}
</style>
background-color css
<style>
a { background-color: #FEE165; }
a { background-color: rgb(254,225,101); }
div.DivClassName
{
background-color: #FEE165;
}
.BgClassName
{
background-color: #FEE165;
}
</style>
border-color css
<style>
span { border-color: #FEE165; }
span { border-color: rgb(254,225,101); }
td.TdClassName
{
border-color: #FEE165;
}
.TagClassName
{
border-color: #FEE165;
}
</style>