Shades of Dandelion #FEDF62
Tints of Dandelion #FEDF62
RGB
CMYK
RGB Variations
Color information
#FEDF62 (or 0xFEDF62) is known color: Dandelion. HEX triplet: FE, DF and 62. RGB value is (254,223,98). Sum of RGB (Red+Green+Blue) = 254+223+98=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF62 is #01209D. Grayscale: #DADADA. Windows color (decimal): -73886 or 6479870. OLE color: 6479870.
HSL color Cylindrical-coordinate representation of color #FEDF62: hue angle of 48.08º 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 #FEDF62 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 98 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.00 |
| HSL | 48.08º | 0.99% | 0.69% | - |
| HSV(B) | 48.08º | 0.61% | 1% | - |
| XYZ | 69.47 | 74.73 | 22.32 | - |
| YUV | 218.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 98 | 0 | 0.12 | 0.61 | 0.00 | 48.08 | 0.99 | 0.69 |
| Hex | FE | DF | 62 | 0 | C | 3D | 0 | 30 | 63 | 45 |
| Octal | 376 | 337 | 142 | 0 | 14 | 75 | 0 | 60 | 143 | 105 |
| Binary | 11111110 | 11011111 | 1100010 | 0 | 1100 | 111101 | 0 | 110000 | 1100011 | 1000101 |
Color Harmonies of #FEDF62
Complementary color
Monochromatic Colors of #FEDF62
Black with #FEDF62
Text Example
Text Example
White with #FEDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF62; }
p { color: rgb(254,223,98); }
H1.HeaderClassName
{
color: #FEDF62;
}
.AnyTagClassName
{
color: #FEDF62;
}
</style>
background-color css
<style>
a { background-color: #FEDF62; }
a { background-color: rgb(254,223,98); }
div.DivClassName
{
background-color: #FEDF62;
}
.BgClassName
{
background-color: #FEDF62;
}
</style>
border-color css
<style>
span { border-color: #FEDF62; }
span { border-color: rgb(254,223,98); }
td.TdClassName
{
border-color: #FEDF62;
}
.TagClassName
{
border-color: #FEDF62;
}
</style>