Shades of Dandelion #FED066
Tints of Dandelion #FED066
RGB
CMYK
RGB Variations
Color information
#FED066 (or 0xFED066) is known color: Dandelion. HEX triplet: FE, D0 and 66. RGB value is (254,208,102). Sum of RGB (Red+Green+Blue) = 254+208+102=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED066 is #012F99. Grayscale: #D2D2D2. Windows color (decimal): -77722 or 6738174. OLE color: 6738174.
HSL color Cylindrical-coordinate representation of color #FED066: hue angle of 41.84º 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 #FED066 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 102 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.00 |
| HSL | 41.84º | 0.99% | 0.7% | - |
| HSV(B) | 41.84º | 0.6% | 1% | - |
| XYZ | 65.83 | 67.14 | 22.06 | - |
| YUV | 209.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 102 | 0 | 0.18 | 0.60 | 0.00 | 41.84 | 0.99 | 0.7 |
| Hex | FE | D0 | 66 | 0 | 12 | 3C | 0 | 2A | 63 | 46 |
| Octal | 376 | 320 | 146 | 0 | 22 | 74 | 0 | 52 | 143 | 106 |
| Binary | 11111110 | 11010000 | 1100110 | 0 | 10010 | 111100 | 0 | 101010 | 1100011 | 1000110 |
Color Harmonies of #FED066
Complementary color
Monochromatic Colors of #FED066
Black with #FED066
Text Example
Text Example
White with #FED066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED066; }
p { color: rgb(254,208,102); }
H1.HeaderClassName
{
color: #FED066;
}
.AnyTagClassName
{
color: #FED066;
}
</style>
background-color css
<style>
a { background-color: #FED066; }
a { background-color: rgb(254,208,102); }
div.DivClassName
{
background-color: #FED066;
}
.BgClassName
{
background-color: #FED066;
}
</style>
border-color css
<style>
span { border-color: #FED066; }
span { border-color: rgb(254,208,102); }
td.TdClassName
{
border-color: #FED066;
}
.TagClassName
{
border-color: #FED066;
}
</style>