Shades of Dandelion #FEDB66
Tints of Dandelion #FEDB66
RGB
CMYK
RGB Variations
Color information
#FEDB66 (or 0xFEDB66) is known color: Dandelion. HEX triplet: FE, DB and 66. RGB value is (254,219,102). Sum of RGB (Red+Green+Blue) = 254+219+102=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB66 is #012499. Grayscale: #D8D8D8. Windows color (decimal): -74906 or 6740990. OLE color: 6740990.
HSL color Cylindrical-coordinate representation of color #FEDB66: hue angle of 46.18º 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 #FEDB66 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 102 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.00 |
| HSL | 46.18º | 0.99% | 0.7% | - |
| HSV(B) | 46.18º | 0.6% | 1% | - |
| XYZ | 68.6 | 72.69 | 22.99 | - |
| YUV | 216.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 102 | 0 | 0.14 | 0.60 | 0.00 | 46.18 | 0.99 | 0.7 |
| Hex | FE | DB | 66 | 0 | E | 3C | 0 | 2E | 63 | 46 |
| Octal | 376 | 333 | 146 | 0 | 16 | 74 | 0 | 56 | 143 | 106 |
| Binary | 11111110 | 11011011 | 1100110 | 0 | 1110 | 111100 | 0 | 101110 | 1100011 | 1000110 |
Color Harmonies of #FEDB66
Complementary color
Monochromatic Colors of #FEDB66
Black with #FEDB66
Text Example
Text Example
White with #FEDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB66; }
p { color: rgb(254,219,102); }
H1.HeaderClassName
{
color: #FEDB66;
}
.AnyTagClassName
{
color: #FEDB66;
}
</style>
background-color css
<style>
a { background-color: #FEDB66; }
a { background-color: rgb(254,219,102); }
div.DivClassName
{
background-color: #FEDB66;
}
.BgClassName
{
background-color: #FEDB66;
}
</style>
border-color css
<style>
span { border-color: #FEDB66; }
span { border-color: rgb(254,219,102); }
td.TdClassName
{
border-color: #FEDB66;
}
.TagClassName
{
border-color: #FEDB66;
}
</style>