Shades of Dandelion #FECE5E
Tints of Dandelion #FECE5E
RGB
CMYK
RGB Variations
Color information
#FECE5E (or 0xFECE5E) is known color: Dandelion. HEX triplet: FE, CE and 5E. RGB value is (254,206,94). Sum of RGB (Red+Green+Blue) = 254+206+94=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE5E is #0131A1. Grayscale: #D0D0D0. Windows color (decimal): -78242 or 6213374. OLE color: 6213374.
HSL color Cylindrical-coordinate representation of color #FECE5E: hue angle of 42º 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 #FECE5E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 94 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.00 |
| HSL | 42º | 0.99% | 0.68% | - |
| HSV(B) | 42º | 0.63% | 1% | - |
| XYZ | 64.96 | 66.02 | 19.91 | - |
| YUV | 207.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 94 | 0 | 0.19 | 0.63 | 0.00 | 42 | 0.99 | 0.68 |
| Hex | FE | CE | 5E | 0 | 13 | 3F | 0 | 2A | 63 | 44 |
| Octal | 376 | 316 | 136 | 0 | 23 | 77 | 0 | 52 | 143 | 104 |
| Binary | 11111110 | 11001110 | 1011110 | 0 | 10011 | 111111 | 0 | 101010 | 1100011 | 1000100 |
Color Harmonies of #FECE5E
Complementary color
Monochromatic Colors of #FECE5E
Black with #FECE5E
Text Example
Text Example
White with #FECE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE5E; }
p { color: rgb(254,206,94); }
H1.HeaderClassName
{
color: #FECE5E;
}
.AnyTagClassName
{
color: #FECE5E;
}
</style>
background-color css
<style>
a { background-color: #FECE5E; }
a { background-color: rgb(254,206,94); }
div.DivClassName
{
background-color: #FECE5E;
}
.BgClassName
{
background-color: #FECE5E;
}
</style>
border-color css
<style>
span { border-color: #FECE5E; }
span { border-color: rgb(254,206,94); }
td.TdClassName
{
border-color: #FECE5E;
}
.TagClassName
{
border-color: #FECE5E;
}
</style>