Shades of Dandelion #FED669
Tints of Dandelion #FED669
RGB
CMYK
RGB Variations
Color information
#FED669 (or 0xFED669) is known color: Dandelion. HEX triplet: FE, D6 and 69. RGB value is (254,214,105). Sum of RGB (Red+Green+Blue) = 254+214+105=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FED669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED669 is #012996. Grayscale: #D6D6D6. Windows color (decimal): -76183 or 6936318. OLE color: 6936318.
HSL color Cylindrical-coordinate representation of color #FED669: hue angle of 43.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FED669 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 105 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.00 |
| HSL | 43.89º | 0.99% | 0.7% | - |
| HSV(B) | 43.89º | 0.59% | 1% | - |
| XYZ | 67.47 | 70.18 | 23.36 | - |
| YUV | 213.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 105 | 0 | 0.16 | 0.59 | 0.00 | 43.89 | 0.99 | 0.7 |
| Hex | FE | D6 | 69 | 0 | 10 | 3B | 0 | 2C | 63 | 46 |
| Octal | 376 | 326 | 151 | 0 | 20 | 73 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010110 | 1101001 | 0 | 10000 | 111011 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED669
Complementary color
Monochromatic Colors of #FED669
Black with #FED669
Text Example
Text Example
White with #FED669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED669; }
p { color: rgb(254,214,105); }
H1.HeaderClassName
{
color: #FED669;
}
.AnyTagClassName
{
color: #FED669;
}
</style>
background-color css
<style>
a { background-color: #FED669; }
a { background-color: rgb(254,214,105); }
div.DivClassName
{
background-color: #FED669;
}
.BgClassName
{
background-color: #FED669;
}
</style>
border-color css
<style>
span { border-color: #FED669; }
span { border-color: rgb(254,214,105); }
td.TdClassName
{
border-color: #FED669;
}
.TagClassName
{
border-color: #FED669;
}
</style>