Shades of Dandelion #FEDB60
Tints of Dandelion #FEDB60
RGB
CMYK
RGB Variations
Color information
#FEDB60 (or 0xFEDB60) is known color: Dandelion. HEX triplet: FE, DB and 60. RGB value is (254,219,96). Sum of RGB (Red+Green+Blue) = 254+219+96=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB60 is #01249F. Grayscale: #D7D7D7. Windows color (decimal): -74912 or 6347774. OLE color: 6347774.
HSL color Cylindrical-coordinate representation of color #FEDB60: hue angle of 46.71º 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 #FEDB60 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 96 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.00 |
| HSL | 46.71º | 0.99% | 0.69% | - |
| HSV(B) | 46.71º | 0.62% | 1% | - |
| XYZ | 68.32 | 72.58 | 21.47 | - |
| YUV | 215.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 96 | 0 | 0.14 | 0.62 | 0.00 | 46.71 | 0.99 | 0.69 |
| Hex | FE | DB | 60 | 0 | E | 3E | 0 | 2F | 63 | 45 |
| Octal | 376 | 333 | 140 | 0 | 16 | 76 | 0 | 57 | 143 | 105 |
| Binary | 11111110 | 11011011 | 1100000 | 0 | 1110 | 111110 | 0 | 101111 | 1100011 | 1000101 |
Color Harmonies of #FEDB60
Complementary color
Monochromatic Colors of #FEDB60
Black with #FEDB60
Text Example
Text Example
White with #FEDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB60; }
p { color: rgb(254,219,96); }
H1.HeaderClassName
{
color: #FEDB60;
}
.AnyTagClassName
{
color: #FEDB60;
}
</style>
background-color css
<style>
a { background-color: #FEDB60; }
a { background-color: rgb(254,219,96); }
div.DivClassName
{
background-color: #FEDB60;
}
.BgClassName
{
background-color: #FEDB60;
}
</style>
border-color css
<style>
span { border-color: #FEDB60; }
span { border-color: rgb(254,219,96); }
td.TdClassName
{
border-color: #FEDB60;
}
.TagClassName
{
border-color: #FEDB60;
}
</style>