Shades of Dandelion #FECF61
Tints of Dandelion #FECF61
RGB
CMYK
RGB Variations
Color information
#FECF61 (or 0xFECF61) is known color: Dandelion. HEX triplet: FE, CF and 61. RGB value is (254,207,97). Sum of RGB (Red+Green+Blue) = 254+207+97=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF61 is #01309E. Grayscale: #D0D0D0. Windows color (decimal): -77983 or 6410238. OLE color: 6410238.
HSL color Cylindrical-coordinate representation of color #FECF61: hue angle of 42.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FECF61 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 97 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.00 |
| HSL | 42.04º | 0.99% | 0.69% | - |
| HSV(B) | 42.04º | 0.62% | 1% | - |
| XYZ | 65.34 | 66.56 | 20.71 | - |
| YUV | 208.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 97 | 0 | 0.19 | 0.62 | 0.00 | 42.04 | 0.99 | 0.69 |
| Hex | FE | CF | 61 | 0 | 13 | 3E | 0 | 2A | 63 | 45 |
| Octal | 376 | 317 | 141 | 0 | 23 | 76 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11001111 | 1100001 | 0 | 10011 | 111110 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FECF61
Complementary color
Monochromatic Colors of #FECF61
Black with #FECF61
Text Example
Text Example
White with #FECF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF61; }
p { color: rgb(254,207,97); }
H1.HeaderClassName
{
color: #FECF61;
}
.AnyTagClassName
{
color: #FECF61;
}
</style>
background-color css
<style>
a { background-color: #FECF61; }
a { background-color: rgb(254,207,97); }
div.DivClassName
{
background-color: #FECF61;
}
.BgClassName
{
background-color: #FECF61;
}
</style>
border-color css
<style>
span { border-color: #FECF61; }
span { border-color: rgb(254,207,97); }
td.TdClassName
{
border-color: #FECF61;
}
.TagClassName
{
border-color: #FECF61;
}
</style>