Shades of Dandelion #FEE266
Tints of Dandelion #FEE266
RGB
CMYK
RGB Variations
Color information
#FEE266 (or 0xFEE266) is known color: Dandelion. HEX triplet: FE, E2 and 66. RGB value is (254,226,102). Sum of RGB (Red+Green+Blue) = 254+226+102=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 102 (40.23% from 255 or 17.53% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE266 is #011D99. Grayscale: #DCDCDC. Windows color (decimal): -73114 or 6742782. OLE color: 6742782.
HSL color Cylindrical-coordinate representation of color #FEE266: hue angle of 48.95º 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 #FEE266 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 102 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.00 |
| HSL | 48.95º | 0.99% | 0.7% | - |
| HSV(B) | 48.95º | 0.6% | 1% | - |
| XYZ | 70.47 | 76.42 | 23.61 | - |
| YUV | 220.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 102 | 0 | 0.11 | 0.60 | 0.00 | 48.95 | 0.99 | 0.7 |
| Hex | FE | E2 | 66 | 0 | B | 3C | 0 | 31 | 63 | 46 |
| Octal | 376 | 342 | 146 | 0 | 13 | 74 | 0 | 61 | 143 | 106 |
| Binary | 11111110 | 11100010 | 1100110 | 0 | 1011 | 111100 | 0 | 110001 | 1100011 | 1000110 |
Color Harmonies of #FEE266
Complementary color
Monochromatic Colors of #FEE266
Black with #FEE266
Text Example
Text Example
White with #FEE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE266; }
p { color: rgb(254,226,102); }
H1.HeaderClassName
{
color: #FEE266;
}
.AnyTagClassName
{
color: #FEE266;
}
</style>
background-color css
<style>
a { background-color: #FEE266; }
a { background-color: rgb(254,226,102); }
div.DivClassName
{
background-color: #FEE266;
}
.BgClassName
{
background-color: #FEE266;
}
</style>
border-color css
<style>
span { border-color: #FEE266; }
span { border-color: rgb(254,226,102); }
td.TdClassName
{
border-color: #FEE266;
}
.TagClassName
{
border-color: #FEE266;
}
</style>