Shades of Dandelion #FED458
Tints of Dandelion #FED458
RGB
CMYK
RGB Variations
Color information
#FED458 (or 0xFED458) is known color: Dandelion. HEX triplet: FE, D4 and 58. RGB value is (254,212,88). Sum of RGB (Red+Green+Blue) = 254+212+88=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 88 (34.77% from 255 or 15.88% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED458 is #012BA7. Grayscale: #D2D2D2. Windows color (decimal): -76712 or 5821694. OLE color: 5821694.
HSL color Cylindrical-coordinate representation of color #FED458: hue angle of 44.82º 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 #FED458 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 88 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.00 |
| HSL | 44.82º | 0.99% | 0.67% | - |
| HSV(B) | 44.82º | 0.65% | 1% | - |
| XYZ | 66.18 | 68.86 | 19.04 | - |
| YUV | 210.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 88 | 0 | 0.17 | 0.65 | 0.00 | 44.82 | 0.99 | 0.67 |
| Hex | FE | D4 | 58 | 0 | 11 | 41 | 0 | 2D | 63 | 43 |
| Octal | 376 | 324 | 130 | 0 | 21 | 101 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010100 | 1011000 | 0 | 10001 | 1000001 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED458
Complementary color
Monochromatic Colors of #FED458
Black with #FED458
Text Example
Text Example
White with #FED458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED458; }
p { color: rgb(254,212,88); }
H1.HeaderClassName
{
color: #FED458;
}
.AnyTagClassName
{
color: #FED458;
}
</style>
background-color css
<style>
a { background-color: #FED458; }
a { background-color: rgb(254,212,88); }
div.DivClassName
{
background-color: #FED458;
}
.BgClassName
{
background-color: #FED458;
}
</style>
border-color css
<style>
span { border-color: #FED458; }
span { border-color: rgb(254,212,88); }
td.TdClassName
{
border-color: #FED458;
}
.TagClassName
{
border-color: #FED458;
}
</style>