Shades of Dandelion #FEDD62
Tints of Dandelion #FEDD62
RGB
CMYK
RGB Variations
Color information
#FEDD62 (or 0xFEDD62) is known color: Dandelion. HEX triplet: FE, DD and 62. RGB value is (254,221,98). Sum of RGB (Red+Green+Blue) = 254+221+98=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD62 is #01229D. Grayscale: #D9D9D9. Windows color (decimal): -74398 or 6479358. OLE color: 6479358.
HSL color Cylindrical-coordinate representation of color #FEDD62: hue angle of 47.31º 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 #FEDD62 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 98 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.00 |
| HSL | 47.31º | 0.99% | 0.69% | - |
| HSV(B) | 47.31º | 0.61% | 1% | - |
| XYZ | 68.93 | 73.67 | 22.14 | - |
| YUV | 216.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 98 | 0 | 0.13 | 0.61 | 0.00 | 47.31 | 0.99 | 0.69 |
| Hex | FE | DD | 62 | 0 | D | 3D | 0 | 2F | 63 | 45 |
| Octal | 376 | 335 | 142 | 0 | 15 | 75 | 0 | 57 | 143 | 105 |
| Binary | 11111110 | 11011101 | 1100010 | 0 | 1101 | 111101 | 0 | 101111 | 1100011 | 1000101 |
Color Harmonies of #FEDD62
Complementary color
Monochromatic Colors of #FEDD62
Black with #FEDD62
Text Example
Text Example
White with #FEDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD62; }
p { color: rgb(254,221,98); }
H1.HeaderClassName
{
color: #FEDD62;
}
.AnyTagClassName
{
color: #FEDD62;
}
</style>
background-color css
<style>
a { background-color: #FEDD62; }
a { background-color: rgb(254,221,98); }
div.DivClassName
{
background-color: #FEDD62;
}
.BgClassName
{
background-color: #FEDD62;
}
</style>
border-color css
<style>
span { border-color: #FEDD62; }
span { border-color: rgb(254,221,98); }
td.TdClassName
{
border-color: #FEDD62;
}
.TagClassName
{
border-color: #FEDD62;
}
</style>