Shades of Dandelion #FECD64
Tints of Dandelion #FECD64
RGB
CMYK
RGB Variations
Color information
#FECD64 (or 0xFECD64) is known color: Dandelion. HEX triplet: FE, CD and 64. RGB value is (254,205,100). Sum of RGB (Red+Green+Blue) = 254+205+100=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD64 is #01329B. Grayscale: #D0D0D0. Windows color (decimal): -78492 or 6606334. OLE color: 6606334.
HSL color Cylindrical-coordinate representation of color #FECD64: hue angle of 40.91º 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 #FECD64 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 100 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.00 |
| HSL | 40.91º | 0.99% | 0.69% | - |
| HSV(B) | 40.91º | 0.61% | 1% | - |
| XYZ | 65 | 65.65 | 21.3 | - |
| YUV | 207.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 100 | 0 | 0.19 | 0.61 | 0.00 | 40.91 | 0.99 | 0.69 |
| Hex | FE | CD | 64 | 0 | 13 | 3D | 0 | 29 | 63 | 45 |
| Octal | 376 | 315 | 144 | 0 | 23 | 75 | 0 | 51 | 143 | 105 |
| Binary | 11111110 | 11001101 | 1100100 | 0 | 10011 | 111101 | 0 | 101001 | 1100011 | 1000101 |
Color Harmonies of #FECD64
Complementary color
Monochromatic Colors of #FECD64
Black with #FECD64
Text Example
Text Example
White with #FECD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD64; }
p { color: rgb(254,205,100); }
H1.HeaderClassName
{
color: #FECD64;
}
.AnyTagClassName
{
color: #FECD64;
}
</style>
background-color css
<style>
a { background-color: #FECD64; }
a { background-color: rgb(254,205,100); }
div.DivClassName
{
background-color: #FECD64;
}
.BgClassName
{
background-color: #FECD64;
}
</style>
border-color css
<style>
span { border-color: #FECD64; }
span { border-color: rgb(254,205,100); }
td.TdClassName
{
border-color: #FECD64;
}
.TagClassName
{
border-color: #FECD64;
}
</style>