Shades of Dandelion #FECF5D
Tints of Dandelion #FECF5D
RGB
CMYK
RGB Variations
Color information
#FECF5D (or 0xFECF5D) is known color: Dandelion. HEX triplet: FE, CF and 5D. RGB value is (254,207,93). Sum of RGB (Red+Green+Blue) = 254+207+93=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF5D is #0130A2. Grayscale: #D0D0D0. Windows color (decimal): -77987 or 6148094. OLE color: 6148094.
HSL color Cylindrical-coordinate representation of color #FECF5D: hue angle of 42.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FECF5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.00 |
| HSL | 42.48º | 0.99% | 0.68% | - |
| HSV(B) | 42.48º | 0.63% | 1% | - |
| XYZ | 65.16 | 66.49 | 19.75 | - |
| YUV | 208.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 93 | 0 | 0.19 | 0.63 | 0.00 | 42.48 | 0.99 | 0.68 |
| Hex | FE | CF | 5D | 0 | 13 | 3F | 0 | 2A | 63 | 44 |
| Octal | 376 | 317 | 135 | 0 | 23 | 77 | 0 | 52 | 143 | 104 |
| Binary | 11111110 | 11001111 | 1011101 | 0 | 10011 | 111111 | 0 | 101010 | 1100011 | 1000100 |
Color Harmonies of #FECF5D
Complementary color
Monochromatic Colors of #FECF5D
Black with #FECF5D
Text Example
Text Example
White with #FECF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF5D; }
p { color: rgb(254,207,93); }
H1.HeaderClassName
{
color: #FECF5D;
}
.AnyTagClassName
{
color: #FECF5D;
}
</style>
background-color css
<style>
a { background-color: #FECF5D; }
a { background-color: rgb(254,207,93); }
div.DivClassName
{
background-color: #FECF5D;
}
.BgClassName
{
background-color: #FECF5D;
}
</style>
border-color css
<style>
span { border-color: #FECF5D; }
span { border-color: rgb(254,207,93); }
td.TdClassName
{
border-color: #FECF5D;
}
.TagClassName
{
border-color: #FECF5D;
}
</style>