Shades of Dandelion #FED25A
Tints of Dandelion #FED25A
RGB
CMYK
RGB Variations
Color information
#FED25A (or 0xFED25A) is known color: Dandelion. HEX triplet: FE, D2 and 5A. RGB value is (254,210,90). Sum of RGB (Red+Green+Blue) = 254+210+90=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED25A is #012DA5. Grayscale: #D2D2D2. Windows color (decimal): -77222 or 5952254. OLE color: 5952254.
HSL color Cylindrical-coordinate representation of color #FED25A: hue angle of 43.9º 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 #FED25A is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 90 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.00 |
| HSL | 43.9º | 0.99% | 0.67% | - |
| HSV(B) | 43.9º | 0.65% | 1% | - |
| XYZ | 65.77 | 67.9 | 19.31 | - |
| YUV | 209.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 90 | 0 | 0.17 | 0.65 | 0.00 | 43.9 | 0.99 | 0.67 |
| Hex | FE | D2 | 5A | 0 | 11 | 41 | 0 | 2C | 63 | 43 |
| Octal | 376 | 322 | 132 | 0 | 21 | 101 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010010 | 1011010 | 0 | 10001 | 1000001 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED25A
Complementary color
Monochromatic Colors of #FED25A
Black with #FED25A
Text Example
Text Example
White with #FED25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED25A; }
p { color: rgb(254,210,90); }
H1.HeaderClassName
{
color: #FED25A;
}
.AnyTagClassName
{
color: #FED25A;
}
</style>
background-color css
<style>
a { background-color: #FED25A; }
a { background-color: rgb(254,210,90); }
div.DivClassName
{
background-color: #FED25A;
}
.BgClassName
{
background-color: #FED25A;
}
</style>
border-color css
<style>
span { border-color: #FED25A; }
span { border-color: rgb(254,210,90); }
td.TdClassName
{
border-color: #FED25A;
}
.TagClassName
{
border-color: #FED25A;
}
</style>