Shades of Dandelion #FEDC66
Tints of Dandelion #FEDC66
RGB
CMYK
RGB Variations
Color information
#FEDC66 (or 0xFEDC66) is known color: Dandelion. HEX triplet: FE, DC and 66. RGB value is (254,220,102). Sum of RGB (Red+Green+Blue) = 254+220+102=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 102 (40.23% from 255 or 17.71% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC66 is #012399. Grayscale: #D9D9D9. Windows color (decimal): -74650 or 6741246. OLE color: 6741246.
HSL color Cylindrical-coordinate representation of color #FEDC66: hue angle of 46.58º 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 #FEDC66 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 102 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.00 |
| HSL | 46.58º | 0.99% | 0.7% | - |
| HSV(B) | 46.58º | 0.6% | 1% | - |
| XYZ | 68.86 | 73.22 | 23.07 | - |
| YUV | 216.71 | 63.26 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 102 | 0 | 0.13 | 0.60 | 0.00 | 46.58 | 0.99 | 0.7 |
| Hex | FE | DC | 66 | 0 | D | 3C | 0 | 2F | 63 | 46 |
| Octal | 376 | 334 | 146 | 0 | 15 | 74 | 0 | 57 | 143 | 106 |
| Binary | 11111110 | 11011100 | 1100110 | 0 | 1101 | 111100 | 0 | 101111 | 1100011 | 1000110 |
Color Harmonies of #FEDC66
Complementary color
Monochromatic Colors of #FEDC66
Black with #FEDC66
Text Example
Text Example
White with #FEDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC66; }
p { color: rgb(254,220,102); }
H1.HeaderClassName
{
color: #FEDC66;
}
.AnyTagClassName
{
color: #FEDC66;
}
</style>
background-color css
<style>
a { background-color: #FEDC66; }
a { background-color: rgb(254,220,102); }
div.DivClassName
{
background-color: #FEDC66;
}
.BgClassName
{
background-color: #FEDC66;
}
</style>
border-color css
<style>
span { border-color: #FEDC66; }
span { border-color: rgb(254,220,102); }
td.TdClassName
{
border-color: #FEDC66;
}
.TagClassName
{
border-color: #FEDC66;
}
</style>