Shades of Dandelion #FED064
Tints of Dandelion #FED064
RGB
CMYK
RGB Variations
Color information
#FED064 (or 0xFED064) is known color: Dandelion. HEX triplet: FE, D0 and 64. RGB value is (254,208,100). Sum of RGB (Red+Green+Blue) = 254+208+100=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED064 is #012F9B. Grayscale: #D1D1D1. Windows color (decimal): -77724 or 6607102. OLE color: 6607102.
HSL color Cylindrical-coordinate representation of color #FED064: hue angle of 42.08º 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 #FED064 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 100 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.00 |
| HSL | 42.08º | 0.99% | 0.69% | - |
| HSV(B) | 42.08º | 0.61% | 1% | - |
| XYZ | 65.73 | 67.1 | 21.54 | - |
| YUV | 209.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 100 | 0 | 0.18 | 0.61 | 0.00 | 42.08 | 0.99 | 0.69 |
| Hex | FE | D0 | 64 | 0 | 12 | 3D | 0 | 2A | 63 | 45 |
| Octal | 376 | 320 | 144 | 0 | 22 | 75 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11010000 | 1100100 | 0 | 10010 | 111101 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FED064
Complementary color
Monochromatic Colors of #FED064
Black with #FED064
Text Example
Text Example
White with #FED064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED064; }
p { color: rgb(254,208,100); }
H1.HeaderClassName
{
color: #FED064;
}
.AnyTagClassName
{
color: #FED064;
}
</style>
background-color css
<style>
a { background-color: #FED064; }
a { background-color: rgb(254,208,100); }
div.DivClassName
{
background-color: #FED064;
}
.BgClassName
{
background-color: #FED064;
}
</style>
border-color css
<style>
span { border-color: #FED064; }
span { border-color: rgb(254,208,100); }
td.TdClassName
{
border-color: #FED064;
}
.TagClassName
{
border-color: #FED064;
}
</style>