Shades of Dandelion #FEDB62
Tints of Dandelion #FEDB62
RGB
CMYK
RGB Variations
Color information
#FEDB62 (or 0xFEDB62) is known color: Dandelion. HEX triplet: FE, DB and 62. RGB value is (254,219,98). Sum of RGB (Red+Green+Blue) = 254+219+98=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB62 is #01249D. Grayscale: #D8D8D8. Windows color (decimal): -74910 or 6478846. OLE color: 6478846.
HSL color Cylindrical-coordinate representation of color #FEDB62: hue angle of 46.54º 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 #FEDB62 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 98 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.00 |
| HSL | 46.54º | 0.99% | 0.69% | - |
| HSV(B) | 46.54º | 0.61% | 1% | - |
| XYZ | 68.41 | 72.62 | 21.97 | - |
| YUV | 215.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 98 | 0 | 0.14 | 0.61 | 0.00 | 46.54 | 0.99 | 0.69 |
| Hex | FE | DB | 62 | 0 | E | 3D | 0 | 2F | 63 | 45 |
| Octal | 376 | 333 | 142 | 0 | 16 | 75 | 0 | 57 | 143 | 105 |
| Binary | 11111110 | 11011011 | 1100010 | 0 | 1110 | 111101 | 0 | 101111 | 1100011 | 1000101 |
Color Harmonies of #FEDB62
Complementary color
Monochromatic Colors of #FEDB62
Black with #FEDB62
Text Example
Text Example
White with #FEDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB62; }
p { color: rgb(254,219,98); }
H1.HeaderClassName
{
color: #FEDB62;
}
.AnyTagClassName
{
color: #FEDB62;
}
</style>
background-color css
<style>
a { background-color: #FEDB62; }
a { background-color: rgb(254,219,98); }
div.DivClassName
{
background-color: #FEDB62;
}
.BgClassName
{
background-color: #FEDB62;
}
</style>
border-color css
<style>
span { border-color: #FEDB62; }
span { border-color: rgb(254,219,98); }
td.TdClassName
{
border-color: #FEDB62;
}
.TagClassName
{
border-color: #FEDB62;
}
</style>