Shades of Dandelion #FEDA64
Tints of Dandelion #FEDA64
RGB
CMYK
RGB Variations
Color information
#FEDA64 (or 0xFEDA64) is known color: Dandelion. HEX triplet: FE, DA and 64. RGB value is (254,218,100). Sum of RGB (Red+Green+Blue) = 254+218+100=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA64 is #01259B. Grayscale: #D7D7D7. Windows color (decimal): -75164 or 6609662. OLE color: 6609662.
HSL color Cylindrical-coordinate representation of color #FEDA64: hue angle of 45.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEDA64 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 100 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.00 |
| HSL | 45.97º | 0.99% | 0.69% | - |
| HSV(B) | 45.97º | 0.61% | 1% | - |
| XYZ | 68.24 | 72.13 | 22.38 | - |
| YUV | 215.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 100 | 0 | 0.14 | 0.61 | 0.00 | 45.97 | 0.99 | 0.69 |
| Hex | FE | DA | 64 | 0 | E | 3D | 0 | 2E | 63 | 45 |
| Octal | 376 | 332 | 144 | 0 | 16 | 75 | 0 | 56 | 143 | 105 |
| Binary | 11111110 | 11011010 | 1100100 | 0 | 1110 | 111101 | 0 | 101110 | 1100011 | 1000101 |
Color Harmonies of #FEDA64
Complementary color
Monochromatic Colors of #FEDA64
Black with #FEDA64
Text Example
Text Example
White with #FEDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA64; }
p { color: rgb(254,218,100); }
H1.HeaderClassName
{
color: #FEDA64;
}
.AnyTagClassName
{
color: #FEDA64;
}
</style>
background-color css
<style>
a { background-color: #FEDA64; }
a { background-color: rgb(254,218,100); }
div.DivClassName
{
background-color: #FEDA64;
}
.BgClassName
{
background-color: #FEDA64;
}
</style>
border-color css
<style>
span { border-color: #FEDA64; }
span { border-color: rgb(254,218,100); }
td.TdClassName
{
border-color: #FEDA64;
}
.TagClassName
{
border-color: #FEDA64;
}
</style>