Shades of Dandelion #FECE64
Tints of Dandelion #FECE64
RGB
CMYK
RGB Variations
Color information
#FECE64 (or 0xFECE64) is known color: Dandelion. HEX triplet: FE, CE and 64. RGB value is (254,206,100). Sum of RGB (Red+Green+Blue) = 254+206+100=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE64 is #01319B. Grayscale: #D0D0D0. Windows color (decimal): -78236 or 6606590. OLE color: 6606590.
HSL color Cylindrical-coordinate representation of color #FECE64: hue angle of 41.3º 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 #FECE64 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 100 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.00 |
| HSL | 41.3º | 0.99% | 0.69% | - |
| HSV(B) | 41.3º | 0.61% | 1% | - |
| XYZ | 65.24 | 66.13 | 21.38 | - |
| YUV | 208.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 100 | 0 | 0.19 | 0.61 | 0.00 | 41.3 | 0.99 | 0.69 |
| Hex | FE | CE | 64 | 0 | 13 | 3D | 0 | 29 | 63 | 45 |
| Octal | 376 | 316 | 144 | 0 | 23 | 75 | 0 | 51 | 143 | 105 |
| Binary | 11111110 | 11001110 | 1100100 | 0 | 10011 | 111101 | 0 | 101001 | 1100011 | 1000101 |
Color Harmonies of #FECE64
Complementary color
Monochromatic Colors of #FECE64
Black with #FECE64
Text Example
Text Example
White with #FECE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE64; }
p { color: rgb(254,206,100); }
H1.HeaderClassName
{
color: #FECE64;
}
.AnyTagClassName
{
color: #FECE64;
}
</style>
background-color css
<style>
a { background-color: #FECE64; }
a { background-color: rgb(254,206,100); }
div.DivClassName
{
background-color: #FECE64;
}
.BgClassName
{
background-color: #FECE64;
}
</style>
border-color css
<style>
span { border-color: #FECE64; }
span { border-color: rgb(254,206,100); }
td.TdClassName
{
border-color: #FECE64;
}
.TagClassName
{
border-color: #FECE64;
}
</style>