Shades of Dandelion #FEDA63
Tints of Dandelion #FEDA63
RGB
CMYK
RGB Variations
Color information
#FEDA63 (or 0xFEDA63) is known color: Dandelion. HEX triplet: FE, DA and 63. RGB value is (254,218,99). Sum of RGB (Red+Green+Blue) = 254+218+99=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 99 (39.06% from 255 or 17.34% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA63 is #01259C. Grayscale: #D7D7D7. Windows color (decimal): -75165 or 6544126. OLE color: 6544126.
HSL color Cylindrical-coordinate representation of color #FEDA63: hue angle of 46.06º 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 #FEDA63 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 99 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.00 |
| HSL | 46.06º | 0.99% | 0.69% | - |
| HSV(B) | 46.06º | 0.61% | 1% | - |
| XYZ | 68.2 | 72.11 | 22.13 | - |
| YUV | 215.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 99 | 0 | 0.14 | 0.61 | 0.00 | 46.06 | 0.99 | 0.69 |
| Hex | FE | DA | 63 | 0 | E | 3D | 0 | 2E | 63 | 45 |
| Octal | 376 | 332 | 143 | 0 | 16 | 75 | 0 | 56 | 143 | 105 |
| Binary | 11111110 | 11011010 | 1100011 | 0 | 1110 | 111101 | 0 | 101110 | 1100011 | 1000101 |
Color Harmonies of #FEDA63
Complementary color
Monochromatic Colors of #FEDA63
Black with #FEDA63
Text Example
Text Example
White with #FEDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA63; }
p { color: rgb(254,218,99); }
H1.HeaderClassName
{
color: #FEDA63;
}
.AnyTagClassName
{
color: #FEDA63;
}
</style>
background-color css
<style>
a { background-color: #FEDA63; }
a { background-color: rgb(254,218,99); }
div.DivClassName
{
background-color: #FEDA63;
}
.BgClassName
{
background-color: #FEDA63;
}
</style>
border-color css
<style>
span { border-color: #FEDA63; }
span { border-color: rgb(254,218,99); }
td.TdClassName
{
border-color: #FEDA63;
}
.TagClassName
{
border-color: #FEDA63;
}
</style>