Shades of Dandelion #FED060
Tints of Dandelion #FED060
RGB
CMYK
RGB Variations
Color information
#FED060 (or 0xFED060) is known color: Dandelion. HEX triplet: FE, D0 and 60. RGB value is (254,208,96). Sum of RGB (Red+Green+Blue) = 254+208+96=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED060 is #012F9F. Grayscale: #D1D1D1. Windows color (decimal): -77728 or 6344958. OLE color: 6344958.
HSL color Cylindrical-coordinate representation of color #FED060: hue angle of 42.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED060 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.00 |
| HSL | 42.53º | 0.99% | 0.69% | - |
| HSV(B) | 42.53º | 0.62% | 1% | - |
| XYZ | 65.54 | 67.03 | 20.55 | - |
| YUV | 208.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 96 | 0 | 0.18 | 0.62 | 0.00 | 42.53 | 0.99 | 0.69 |
| Hex | FE | D0 | 60 | 0 | 12 | 3E | 0 | 2B | 63 | 45 |
| Octal | 376 | 320 | 140 | 0 | 22 | 76 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010000 | 1100000 | 0 | 10010 | 111110 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED060
Complementary color
Monochromatic Colors of #FED060
Black with #FED060
Text Example
Text Example
White with #FED060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED060; }
p { color: rgb(254,208,96); }
H1.HeaderClassName
{
color: #FED060;
}
.AnyTagClassName
{
color: #FED060;
}
</style>
background-color css
<style>
a { background-color: #FED060; }
a { background-color: rgb(254,208,96); }
div.DivClassName
{
background-color: #FED060;
}
.BgClassName
{
background-color: #FED060;
}
</style>
border-color css
<style>
span { border-color: #FED060; }
span { border-color: rgb(254,208,96); }
td.TdClassName
{
border-color: #FED060;
}
.TagClassName
{
border-color: #FED060;
}
</style>