Shades of Dandelion #FED45A
Tints of Dandelion #FED45A
RGB
CMYK
RGB Variations
Color information
#FED45A (or 0xFED45A) is known color: Dandelion. HEX triplet: FE, D4 and 5A. RGB value is (254,212,90). Sum of RGB (Red+Green+Blue) = 254+212+90=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45A is #012BA5. Grayscale: #D3D3D3. Windows color (decimal): -76710 or 5952766. OLE color: 5952766.
HSL color Cylindrical-coordinate representation of color #FED45A: hue angle of 44.63º 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 #FED45A is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 90 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.00 |
| HSL | 44.63º | 0.99% | 0.67% | - |
| HSV(B) | 44.63º | 0.65% | 1% | - |
| XYZ | 66.26 | 68.9 | 19.48 | - |
| YUV | 210.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 90 | 0 | 0.17 | 0.65 | 0.00 | 44.63 | 0.99 | 0.67 |
| Hex | FE | D4 | 5A | 0 | 11 | 41 | 0 | 2D | 63 | 43 |
| Octal | 376 | 324 | 132 | 0 | 21 | 101 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010100 | 1011010 | 0 | 10001 | 1000001 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED45A
Complementary color
Monochromatic Colors of #FED45A
Black with #FED45A
Text Example
Text Example
White with #FED45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED45A; }
p { color: rgb(254,212,90); }
H1.HeaderClassName
{
color: #FED45A;
}
.AnyTagClassName
{
color: #FED45A;
}
</style>
background-color css
<style>
a { background-color: #FED45A; }
a { background-color: rgb(254,212,90); }
div.DivClassName
{
background-color: #FED45A;
}
.BgClassName
{
background-color: #FED45A;
}
</style>
border-color css
<style>
span { border-color: #FED45A; }
span { border-color: rgb(254,212,90); }
td.TdClassName
{
border-color: #FED45A;
}
.TagClassName
{
border-color: #FED45A;
}
</style>