Shades of Dandelion #FEDE64
Tints of Dandelion #FEDE64
RGB
CMYK
RGB Variations
Color information
#FEDE64 (or 0xFEDE64) is known color: Dandelion. HEX triplet: FE, DE and 64. RGB value is (254,222,100). Sum of RGB (Red+Green+Blue) = 254+222+100=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE64 is #01219B. Grayscale: #DADADA. Windows color (decimal): -74140 or 6610686. OLE color: 6610686.
HSL color Cylindrical-coordinate representation of color #FEDE64: hue angle of 47.53º 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 #FEDE64 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 100 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.00 |
| HSL | 47.53º | 0.99% | 0.69% | - |
| HSV(B) | 47.53º | 0.61% | 1% | - |
| XYZ | 69.29 | 74.23 | 22.73 | - |
| YUV | 217.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 100 | 0 | 0.13 | 0.61 | 0.00 | 47.53 | 0.99 | 0.69 |
| Hex | FE | DE | 64 | 0 | D | 3D | 0 | 30 | 63 | 45 |
| Octal | 376 | 336 | 144 | 0 | 15 | 75 | 0 | 60 | 143 | 105 |
| Binary | 11111110 | 11011110 | 1100100 | 0 | 1101 | 111101 | 0 | 110000 | 1100011 | 1000101 |
Color Harmonies of #FEDE64
Complementary color
Monochromatic Colors of #FEDE64
Black with #FEDE64
Text Example
Text Example
White with #FEDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE64; }
p { color: rgb(254,222,100); }
H1.HeaderClassName
{
color: #FEDE64;
}
.AnyTagClassName
{
color: #FEDE64;
}
</style>
background-color css
<style>
a { background-color: #FEDE64; }
a { background-color: rgb(254,222,100); }
div.DivClassName
{
background-color: #FEDE64;
}
.BgClassName
{
background-color: #FEDE64;
}
</style>
border-color css
<style>
span { border-color: #FEDE64; }
span { border-color: rgb(254,222,100); }
td.TdClassName
{
border-color: #FEDE64;
}
.TagClassName
{
border-color: #FEDE64;
}
</style>