Shades of Dandelion #FED55F
Tints of Dandelion #FED55F
RGB
CMYK
RGB Variations
Color information
#FED55F (or 0xFED55F) is known color: Dandelion. HEX triplet: FE, D5 and 5F. RGB value is (254,213,95). Sum of RGB (Red+Green+Blue) = 254+213+95=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED55F is #012AA0. Grayscale: #D4D4D4. Windows color (decimal): -76449 or 6280702. OLE color: 6280702.
HSL color Cylindrical-coordinate representation of color #FED55F: hue angle of 44.53º 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 #FED55F is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 95 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.00 |
| HSL | 44.53º | 0.99% | 0.68% | - |
| HSV(B) | 44.53º | 0.63% | 1% | - |
| XYZ | 66.73 | 69.49 | 20.72 | - |
| YUV | 211.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 95 | 0 | 0.16 | 0.63 | 0.00 | 44.53 | 0.99 | 0.68 |
| Hex | FE | D5 | 5F | 0 | 10 | 3F | 0 | 2D | 63 | 44 |
| Octal | 376 | 325 | 137 | 0 | 20 | 77 | 0 | 55 | 143 | 104 |
| Binary | 11111110 | 11010101 | 1011111 | 0 | 10000 | 111111 | 0 | 101101 | 1100011 | 1000100 |
Color Harmonies of #FED55F
Complementary color
Monochromatic Colors of #FED55F
Black with #FED55F
Text Example
Text Example
White with #FED55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED55F; }
p { color: rgb(254,213,95); }
H1.HeaderClassName
{
color: #FED55F;
}
.AnyTagClassName
{
color: #FED55F;
}
</style>
background-color css
<style>
a { background-color: #FED55F; }
a { background-color: rgb(254,213,95); }
div.DivClassName
{
background-color: #FED55F;
}
.BgClassName
{
background-color: #FED55F;
}
</style>
border-color css
<style>
span { border-color: #FED55F; }
span { border-color: rgb(254,213,95); }
td.TdClassName
{
border-color: #FED55F;
}
.TagClassName
{
border-color: #FED55F;
}
</style>