Shades of Dandelion #FEDF64
Tints of Dandelion #FEDF64
RGB
CMYK
RGB Variations
Color information
#FEDF64 (or 0xFEDF64) is known color: Dandelion. HEX triplet: FE, DF and 64. RGB value is (254,223,100). Sum of RGB (Red+Green+Blue) = 254+223+100=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF64 is #01209B. Grayscale: #DADADA. Windows color (decimal): -73884 or 6610942. OLE color: 6610942.
HSL color Cylindrical-coordinate representation of color #FEDF64: hue angle of 47.92º 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 #FEDF64 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 100 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.00 |
| HSL | 47.92º | 0.99% | 0.69% | - |
| HSV(B) | 47.92º | 0.61% | 1% | - |
| XYZ | 69.56 | 74.77 | 22.82 | - |
| YUV | 218.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 100 | 0 | 0.12 | 0.61 | 0.00 | 47.92 | 0.99 | 0.69 |
| Hex | FE | DF | 64 | 0 | C | 3D | 0 | 30 | 63 | 45 |
| Octal | 376 | 337 | 144 | 0 | 14 | 75 | 0 | 60 | 143 | 105 |
| Binary | 11111110 | 11011111 | 1100100 | 0 | 1100 | 111101 | 0 | 110000 | 1100011 | 1000101 |
Color Harmonies of #FEDF64
Complementary color
Monochromatic Colors of #FEDF64
Black with #FEDF64
Text Example
Text Example
White with #FEDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF64; }
p { color: rgb(254,223,100); }
H1.HeaderClassName
{
color: #FEDF64;
}
.AnyTagClassName
{
color: #FEDF64;
}
</style>
background-color css
<style>
a { background-color: #FEDF64; }
a { background-color: rgb(254,223,100); }
div.DivClassName
{
background-color: #FEDF64;
}
.BgClassName
{
background-color: #FEDF64;
}
</style>
border-color css
<style>
span { border-color: #FEDF64; }
span { border-color: rgb(254,223,100); }
td.TdClassName
{
border-color: #FEDF64;
}
.TagClassName
{
border-color: #FEDF64;
}
</style>