Shades of Dandelion #FEDB63
Tints of Dandelion #FEDB63
RGB
CMYK
RGB Variations
Color information
#FEDB63 (or 0xFEDB63) is known color: Dandelion. HEX triplet: FE, DB and 63. RGB value is (254,219,99). Sum of RGB (Red+Green+Blue) = 254+219+99=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 99 (39.06% from 255 or 17.31% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB63 is #01249C. Grayscale: #D8D8D8. Windows color (decimal): -74909 or 6544382. OLE color: 6544382.
HSL color Cylindrical-coordinate representation of color #FEDB63: hue angle of 46.45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEDB63 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 99 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.00 |
| HSL | 46.45º | 0.99% | 0.69% | - |
| HSV(B) | 46.45º | 0.61% | 1% | - |
| XYZ | 68.46 | 72.63 | 22.22 | - |
| YUV | 215.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 99 | 0 | 0.14 | 0.61 | 0.00 | 46.45 | 0.99 | 0.69 |
| Hex | FE | DB | 63 | 0 | E | 3D | 0 | 2E | 63 | 45 |
| Octal | 376 | 333 | 143 | 0 | 16 | 75 | 0 | 56 | 143 | 105 |
| Binary | 11111110 | 11011011 | 1100011 | 0 | 1110 | 111101 | 0 | 101110 | 1100011 | 1000101 |
Color Harmonies of #FEDB63
Complementary color
Monochromatic Colors of #FEDB63
Black with #FEDB63
Text Example
Text Example
White with #FEDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB63; }
p { color: rgb(254,219,99); }
H1.HeaderClassName
{
color: #FEDB63;
}
.AnyTagClassName
{
color: #FEDB63;
}
</style>
background-color css
<style>
a { background-color: #FEDB63; }
a { background-color: rgb(254,219,99); }
div.DivClassName
{
background-color: #FEDB63;
}
.BgClassName
{
background-color: #FEDB63;
}
</style>
border-color css
<style>
span { border-color: #FEDB63; }
span { border-color: rgb(254,219,99); }
td.TdClassName
{
border-color: #FEDB63;
}
.TagClassName
{
border-color: #FEDB63;
}
</style>