Shades of Dandelion #FEDC5D
Tints of Dandelion #FEDC5D
RGB
CMYK
RGB Variations
Color information
#FEDC5D (or 0xFEDC5D) is known color: Dandelion. HEX triplet: FE, DC and 5D. RGB value is (254,220,93). Sum of RGB (Red+Green+Blue) = 254+220+93=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC5D is #0123A2. Grayscale: #D8D8D8. Windows color (decimal): -74659 or 6151422. OLE color: 6151422.
HSL color Cylindrical-coordinate representation of color #FEDC5D: hue angle of 47.33º 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 #FEDC5D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 93 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.00 |
| HSL | 47.33º | 0.99% | 0.68% | - |
| HSV(B) | 47.33º | 0.63% | 1% | - |
| XYZ | 68.44 | 73.05 | 20.85 | - |
| YUV | 215.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 93 | 0 | 0.13 | 0.63 | 0.00 | 47.33 | 0.99 | 0.68 |
| Hex | FE | DC | 5D | 0 | D | 3F | 0 | 2F | 63 | 44 |
| Octal | 376 | 334 | 135 | 0 | 15 | 77 | 0 | 57 | 143 | 104 |
| Binary | 11111110 | 11011100 | 1011101 | 0 | 1101 | 111111 | 0 | 101111 | 1100011 | 1000100 |
Color Harmonies of #FEDC5D
Complementary color
Monochromatic Colors of #FEDC5D
Black with #FEDC5D
Text Example
Text Example
White with #FEDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC5D; }
p { color: rgb(254,220,93); }
H1.HeaderClassName
{
color: #FEDC5D;
}
.AnyTagClassName
{
color: #FEDC5D;
}
</style>
background-color css
<style>
a { background-color: #FEDC5D; }
a { background-color: rgb(254,220,93); }
div.DivClassName
{
background-color: #FEDC5D;
}
.BgClassName
{
background-color: #FEDC5D;
}
</style>
border-color css
<style>
span { border-color: #FEDC5D; }
span { border-color: rgb(254,220,93); }
td.TdClassName
{
border-color: #FEDC5D;
}
.TagClassName
{
border-color: #FEDC5D;
}
</style>