Shades of Dandelion #FECF64
Tints of Dandelion #FECF64
RGB
CMYK
RGB Variations
Color information
#FECF64 (or 0xFECF64) is known color: Dandelion. HEX triplet: FE, CF and 64. RGB value is (254,207,100). Sum of RGB (Red+Green+Blue) = 254+207+100=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF64 is #01309B. Grayscale: #D1D1D1. Windows color (decimal): -77980 or 6606846. OLE color: 6606846.
HSL color Cylindrical-coordinate representation of color #FECF64: hue angle of 41.69º 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 #FECF64 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 100 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.00 |
| HSL | 41.69º | 0.99% | 0.69% | - |
| HSV(B) | 41.69º | 0.61% | 1% | - |
| XYZ | 65.49 | 66.62 | 21.46 | - |
| YUV | 208.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 100 | 0 | 0.19 | 0.61 | 0.00 | 41.69 | 0.99 | 0.69 |
| Hex | FE | CF | 64 | 0 | 13 | 3D | 0 | 2A | 63 | 45 |
| Octal | 376 | 317 | 144 | 0 | 23 | 75 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11001111 | 1100100 | 0 | 10011 | 111101 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FECF64
Complementary color
Monochromatic Colors of #FECF64
Black with #FECF64
Text Example
Text Example
White with #FECF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF64; }
p { color: rgb(254,207,100); }
H1.HeaderClassName
{
color: #FECF64;
}
.AnyTagClassName
{
color: #FECF64;
}
</style>
background-color css
<style>
a { background-color: #FECF64; }
a { background-color: rgb(254,207,100); }
div.DivClassName
{
background-color: #FECF64;
}
.BgClassName
{
background-color: #FECF64;
}
</style>
border-color css
<style>
span { border-color: #FECF64; }
span { border-color: rgb(254,207,100); }
td.TdClassName
{
border-color: #FECF64;
}
.TagClassName
{
border-color: #FECF64;
}
</style>