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