Shades of Dandelion #FECE5F
Tints of Dandelion #FECE5F
RGB
CMYK
RGB Variations
Color information
#FECE5F (or 0xFECE5F) is known color: Dandelion. HEX triplet: FE, CE and 5F. RGB value is (254,206,95). Sum of RGB (Red+Green+Blue) = 254+206+95=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE5F is #0131A0. Grayscale: #D0D0D0. Windows color (decimal): -78241 or 6278910. OLE color: 6278910.
HSL color Cylindrical-coordinate representation of color #FECE5F: hue angle of 41.89º 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 #FECE5F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 95 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.00 |
| HSL | 41.89º | 0.99% | 0.68% | - |
| HSV(B) | 41.89º | 0.63% | 1% | - |
| XYZ | 65.01 | 66.04 | 20.15 | - |
| YUV | 207.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 95 | 0 | 0.19 | 0.63 | 0.00 | 41.89 | 0.99 | 0.68 |
| Hex | FE | CE | 5F | 0 | 13 | 3F | 0 | 2A | 63 | 44 |
| Octal | 376 | 316 | 137 | 0 | 23 | 77 | 0 | 52 | 143 | 104 |
| Binary | 11111110 | 11001110 | 1011111 | 0 | 10011 | 111111 | 0 | 101010 | 1100011 | 1000100 |
Color Harmonies of #FECE5F
Complementary color
Monochromatic Colors of #FECE5F
Black with #FECE5F
Text Example
Text Example
White with #FECE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE5F; }
p { color: rgb(254,206,95); }
H1.HeaderClassName
{
color: #FECE5F;
}
.AnyTagClassName
{
color: #FECE5F;
}
</style>
background-color css
<style>
a { background-color: #FECE5F; }
a { background-color: rgb(254,206,95); }
div.DivClassName
{
background-color: #FECE5F;
}
.BgClassName
{
background-color: #FECE5F;
}
</style>
border-color css
<style>
span { border-color: #FECE5F; }
span { border-color: rgb(254,206,95); }
td.TdClassName
{
border-color: #FECE5F;
}
.TagClassName
{
border-color: #FECE5F;
}
</style>