Shades of Dandelion #FECF65
Tints of Dandelion #FECF65
RGB
CMYK
RGB Variations
Color information
#FECF65 (or 0xFECF65) is known color: Dandelion. HEX triplet: FE, CF and 65. RGB value is (254,207,101). Sum of RGB (Red+Green+Blue) = 254+207+101=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF65 is #01309A. Grayscale: #D1D1D1. Windows color (decimal): -77979 or 6672382. OLE color: 6672382.
HSL color Cylindrical-coordinate representation of color #FECF65: hue angle of 41.57º 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 #FECF65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.00 |
| HSL | 41.57º | 0.99% | 0.7% | - |
| HSV(B) | 41.57º | 0.6% | 1% | - |
| XYZ | 65.53 | 66.64 | 21.72 | - |
| YUV | 208.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 101 | 0 | 0.19 | 0.60 | 0.00 | 41.57 | 0.99 | 0.7 |
| Hex | FE | CF | 65 | 0 | 13 | 3C | 0 | 2A | 63 | 46 |
| Octal | 376 | 317 | 145 | 0 | 23 | 74 | 0 | 52 | 143 | 106 |
| Binary | 11111110 | 11001111 | 1100101 | 0 | 10011 | 111100 | 0 | 101010 | 1100011 | 1000110 |
Color Harmonies of #FECF65
Complementary color
Monochromatic Colors of #FECF65
Black with #FECF65
Text Example
Text Example
White with #FECF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF65; }
p { color: rgb(254,207,101); }
H1.HeaderClassName
{
color: #FECF65;
}
.AnyTagClassName
{
color: #FECF65;
}
</style>
background-color css
<style>
a { background-color: #FECF65; }
a { background-color: rgb(254,207,101); }
div.DivClassName
{
background-color: #FECF65;
}
.BgClassName
{
background-color: #FECF65;
}
</style>
border-color css
<style>
span { border-color: #FECF65; }
span { border-color: rgb(254,207,101); }
td.TdClassName
{
border-color: #FECF65;
}
.TagClassName
{
border-color: #FECF65;
}
</style>