Shades of Dandelion #FECE65
Tints of Dandelion #FECE65
RGB
CMYK
RGB Variations
Color information
#FECE65 (or 0xFECE65) is known color: Dandelion. HEX triplet: FE, CE and 65. RGB value is (254,206,101). Sum of RGB (Red+Green+Blue) = 254+206+101=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE65 is #01319A. Grayscale: #D0D0D0. Windows color (decimal): -78235 or 6672126. OLE color: 6672126.
HSL color Cylindrical-coordinate representation of color #FECE65: hue angle of 41.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FECE65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.00 |
| HSL | 41.18º | 0.99% | 0.7% | - |
| HSV(B) | 41.18º | 0.6% | 1% | - |
| XYZ | 65.29 | 66.15 | 21.64 | - |
| YUV | 208.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 101 | 0 | 0.19 | 0.60 | 0.00 | 41.18 | 0.99 | 0.7 |
| Hex | FE | CE | 65 | 0 | 13 | 3C | 0 | 29 | 63 | 46 |
| Octal | 376 | 316 | 145 | 0 | 23 | 74 | 0 | 51 | 143 | 106 |
| Binary | 11111110 | 11001110 | 1100101 | 0 | 10011 | 111100 | 0 | 101001 | 1100011 | 1000110 |
Color Harmonies of #FECE65
Complementary color
Monochromatic Colors of #FECE65
Black with #FECE65
Text Example
Text Example
White with #FECE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE65; }
p { color: rgb(254,206,101); }
H1.HeaderClassName
{
color: #FECE65;
}
.AnyTagClassName
{
color: #FECE65;
}
</style>
background-color css
<style>
a { background-color: #FECE65; }
a { background-color: rgb(254,206,101); }
div.DivClassName
{
background-color: #FECE65;
}
.BgClassName
{
background-color: #FECE65;
}
</style>
border-color css
<style>
span { border-color: #FECE65; }
span { border-color: rgb(254,206,101); }
td.TdClassName
{
border-color: #FECE65;
}
.TagClassName
{
border-color: #FECE65;
}
</style>