Shades of Dandelion #FEE062
Tints of Dandelion #FEE062
RGB
CMYK
RGB Variations
Color information
#FEE062 (or 0xFEE062) is known color: Dandelion. HEX triplet: FE, E0 and 62. RGB value is (254,224,98). Sum of RGB (Red+Green+Blue) = 254+224+98=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 98 (38.67% from 255 or 17.01% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE062 is #011F9D. Grayscale: #DBDBDB. Windows color (decimal): -73630 or 6480126. OLE color: 6480126.
HSL color Cylindrical-coordinate representation of color #FEE062: hue angle of 48.46º 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 #FEE062 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 98 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.00 |
| HSL | 48.46º | 0.99% | 0.69% | - |
| HSV(B) | 48.46º | 0.61% | 1% | - |
| XYZ | 69.73 | 75.26 | 22.41 | - |
| YUV | 218.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 98 | 0 | 0.12 | 0.61 | 0.00 | 48.46 | 0.99 | 0.69 |
| Hex | FE | E0 | 62 | 0 | C | 3D | 0 | 30 | 63 | 45 |
| Octal | 376 | 340 | 142 | 0 | 14 | 75 | 0 | 60 | 143 | 105 |
| Binary | 11111110 | 11100000 | 1100010 | 0 | 1100 | 111101 | 0 | 110000 | 1100011 | 1000101 |
Color Harmonies of #FEE062
Complementary color
Monochromatic Colors of #FEE062
Black with #FEE062
Text Example
Text Example
White with #FEE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE062; }
p { color: rgb(254,224,98); }
H1.HeaderClassName
{
color: #FEE062;
}
.AnyTagClassName
{
color: #FEE062;
}
</style>
background-color css
<style>
a { background-color: #FEE062; }
a { background-color: rgb(254,224,98); }
div.DivClassName
{
background-color: #FEE062;
}
.BgClassName
{
background-color: #FEE062;
}
</style>
border-color css
<style>
span { border-color: #FEE062; }
span { border-color: rgb(254,224,98); }
td.TdClassName
{
border-color: #FEE062;
}
.TagClassName
{
border-color: #FEE062;
}
</style>