Shades of Dandelion #FEE265
Tints of Dandelion #FEE265
RGB
CMYK
RGB Variations
Color information
#FEE265 (or 0xFEE265) is known color: Dandelion. HEX triplet: FE, E2 and 65. RGB value is (254,226,101). Sum of RGB (Red+Green+Blue) = 254+226+101=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE265 is #011D9A. Grayscale: #DCDCDC. Windows color (decimal): -73115 or 6677246. OLE color: 6677246.
HSL color Cylindrical-coordinate representation of color #FEE265: hue angle of 49.02º 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 #FEE265 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.00 |
| HSL | 49.02º | 0.99% | 0.7% | - |
| HSV(B) | 49.02º | 0.6% | 1% | - |
| XYZ | 70.42 | 76.4 | 23.35 | - |
| YUV | 220.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 101 | 0 | 0.11 | 0.60 | 0.00 | 49.02 | 0.99 | 0.7 |
| Hex | FE | E2 | 65 | 0 | B | 3C | 0 | 31 | 63 | 46 |
| Octal | 376 | 342 | 145 | 0 | 13 | 74 | 0 | 61 | 143 | 106 |
| Binary | 11111110 | 11100010 | 1100101 | 0 | 1011 | 111100 | 0 | 110001 | 1100011 | 1000110 |
Color Harmonies of #FEE265
Complementary color
Monochromatic Colors of #FEE265
Black with #FEE265
Text Example
Text Example
White with #FEE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE265; }
p { color: rgb(254,226,101); }
H1.HeaderClassName
{
color: #FEE265;
}
.AnyTagClassName
{
color: #FEE265;
}
</style>
background-color css
<style>
a { background-color: #FEE265; }
a { background-color: rgb(254,226,101); }
div.DivClassName
{
background-color: #FEE265;
}
.BgClassName
{
background-color: #FEE265;
}
</style>
border-color css
<style>
span { border-color: #FEE265; }
span { border-color: rgb(254,226,101); }
td.TdClassName
{
border-color: #FEE265;
}
.TagClassName
{
border-color: #FEE265;
}
</style>