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