Shades of Dandelion #FED666
Tints of Dandelion #FED666
RGB
CMYK
RGB Variations
Color information
#FED666 (or 0xFED666) is known color: Dandelion. HEX triplet: FE, D6 and 66. RGB value is (254,214,102). Sum of RGB (Red+Green+Blue) = 254+214+102=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED666 is #012999. Grayscale: #D5D5D5. Windows color (decimal): -76186 or 6739710. OLE color: 6739710.
HSL color Cylindrical-coordinate representation of color #FED666: hue angle of 44.21º 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 #FED666 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 102 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.00 |
| HSL | 44.21º | 0.99% | 0.7% | - |
| HSV(B) | 44.21º | 0.6% | 1% | - |
| XYZ | 67.32 | 70.12 | 22.56 | - |
| YUV | 213.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 102 | 0 | 0.16 | 0.60 | 0.00 | 44.21 | 0.99 | 0.7 |
| Hex | FE | D6 | 66 | 0 | 10 | 3C | 0 | 2C | 63 | 46 |
| Octal | 376 | 326 | 146 | 0 | 20 | 74 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010110 | 1100110 | 0 | 10000 | 111100 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED666
Complementary color
Monochromatic Colors of #FED666
Black with #FED666
Text Example
Text Example
White with #FED666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED666; }
p { color: rgb(254,214,102); }
H1.HeaderClassName
{
color: #FED666;
}
.AnyTagClassName
{
color: #FED666;
}
</style>
background-color css
<style>
a { background-color: #FED666; }
a { background-color: rgb(254,214,102); }
div.DivClassName
{
background-color: #FED666;
}
.BgClassName
{
background-color: #FED666;
}
</style>
border-color css
<style>
span { border-color: #FED666; }
span { border-color: rgb(254,214,102); }
td.TdClassName
{
border-color: #FED666;
}
.TagClassName
{
border-color: #FED666;
}
</style>