Shades of Dandelion #FED55A
Tints of Dandelion #FED55A
RGB
CMYK
RGB Variations
Color information
#FED55A (or 0xFED55A) is known color: Dandelion. HEX triplet: FE, D5 and 5A. RGB value is (254,213,90). Sum of RGB (Red+Green+Blue) = 254+213+90=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED55A is #012AA5. Grayscale: #D3D3D3. Windows color (decimal): -76454 or 5953022. OLE color: 5953022.
HSL color Cylindrical-coordinate representation of color #FED55A: hue angle of 45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED55A is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 90 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.00 |
| HSL | 45º | 0.99% | 0.67% | - |
| HSV(B) | 45º | 0.65% | 1% | - |
| XYZ | 66.51 | 69.4 | 19.56 | - |
| YUV | 211.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 90 | 0 | 0.16 | 0.65 | 0.00 | 45 | 0.99 | 0.67 |
| Hex | FE | D5 | 5A | 0 | 10 | 41 | 0 | 2D | 63 | 43 |
| Octal | 376 | 325 | 132 | 0 | 20 | 101 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010101 | 1011010 | 0 | 10000 | 1000001 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED55A
Complementary color
Monochromatic Colors of #FED55A
Black with #FED55A
Text Example
Text Example
White with #FED55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED55A; }
p { color: rgb(254,213,90); }
H1.HeaderClassName
{
color: #FED55A;
}
.AnyTagClassName
{
color: #FED55A;
}
</style>
background-color css
<style>
a { background-color: #FED55A; }
a { background-color: rgb(254,213,90); }
div.DivClassName
{
background-color: #FED55A;
}
.BgClassName
{
background-color: #FED55A;
}
</style>
border-color css
<style>
span { border-color: #FED55A; }
span { border-color: rgb(254,213,90); }
td.TdClassName
{
border-color: #FED55A;
}
.TagClassName
{
border-color: #FED55A;
}
</style>