Shades of Dandelion #FED55D
Tints of Dandelion #FED55D
RGB
CMYK
RGB Variations
Color information
#FED55D (or 0xFED55D) is known color: Dandelion. HEX triplet: FE, D5 and 5D. RGB value is (254,213,93). Sum of RGB (Red+Green+Blue) = 254+213+93=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED55D is #012AA2. Grayscale: #D4D4D4. Windows color (decimal): -76451 or 6149630. OLE color: 6149630.
HSL color Cylindrical-coordinate representation of color #FED55D: hue angle of 44.72º 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 #FED55D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 93 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.00 |
| HSL | 44.72º | 0.99% | 0.68% | - |
| HSV(B) | 44.72º | 0.63% | 1% | - |
| XYZ | 66.64 | 69.45 | 20.25 | - |
| YUV | 211.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 93 | 0 | 0.16 | 0.63 | 0.00 | 44.72 | 0.99 | 0.68 |
| Hex | FE | D5 | 5D | 0 | 10 | 3F | 0 | 2D | 63 | 44 |
| Octal | 376 | 325 | 135 | 0 | 20 | 77 | 0 | 55 | 143 | 104 |
| Binary | 11111110 | 11010101 | 1011101 | 0 | 10000 | 111111 | 0 | 101101 | 1100011 | 1000100 |
Color Harmonies of #FED55D
Complementary color
Monochromatic Colors of #FED55D
Black with #FED55D
Text Example
Text Example
White with #FED55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED55D; }
p { color: rgb(254,213,93); }
H1.HeaderClassName
{
color: #FED55D;
}
.AnyTagClassName
{
color: #FED55D;
}
</style>
background-color css
<style>
a { background-color: #FED55D; }
a { background-color: rgb(254,213,93); }
div.DivClassName
{
background-color: #FED55D;
}
.BgClassName
{
background-color: #FED55D;
}
</style>
border-color css
<style>
span { border-color: #FED55D; }
span { border-color: rgb(254,213,93); }
td.TdClassName
{
border-color: #FED55D;
}
.TagClassName
{
border-color: #FED55D;
}
</style>