Shades of Dandelion #FECF62
Tints of Dandelion #FECF62
RGB
CMYK
RGB Variations
Color information
#FECF62 (or 0xFECF62) is known color: Dandelion. HEX triplet: FE, CF and 62. RGB value is (254,207,98). Sum of RGB (Red+Green+Blue) = 254+207+98=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF62 is #01309D. Grayscale: #D1D1D1. Windows color (decimal): -77982 or 6475774. OLE color: 6475774.
HSL color Cylindrical-coordinate representation of color #FECF62: hue angle of 41.92º 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 #FECF62 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 98 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.00 |
| HSL | 41.92º | 0.99% | 0.69% | - |
| HSV(B) | 41.92º | 0.61% | 1% | - |
| XYZ | 65.39 | 66.58 | 20.96 | - |
| YUV | 208.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 98 | 0 | 0.19 | 0.61 | 0.00 | 41.92 | 0.99 | 0.69 |
| Hex | FE | CF | 62 | 0 | 13 | 3D | 0 | 2A | 63 | 45 |
| Octal | 376 | 317 | 142 | 0 | 23 | 75 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11001111 | 1100010 | 0 | 10011 | 111101 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FECF62
Complementary color
Monochromatic Colors of #FECF62
Black with #FECF62
Text Example
Text Example
White with #FECF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF62; }
p { color: rgb(254,207,98); }
H1.HeaderClassName
{
color: #FECF62;
}
.AnyTagClassName
{
color: #FECF62;
}
</style>
background-color css
<style>
a { background-color: #FECF62; }
a { background-color: rgb(254,207,98); }
div.DivClassName
{
background-color: #FECF62;
}
.BgClassName
{
background-color: #FECF62;
}
</style>
border-color css
<style>
span { border-color: #FECF62; }
span { border-color: rgb(254,207,98); }
td.TdClassName
{
border-color: #FECF62;
}
.TagClassName
{
border-color: #FECF62;
}
</style>