Shades of Dandelion #FED063
Tints of Dandelion #FED063
RGB
CMYK
RGB Variations
Color information
#FED063 (or 0xFED063) is known color: Dandelion. HEX triplet: FE, D0 and 63. RGB value is (254,208,99). Sum of RGB (Red+Green+Blue) = 254+208+99=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED063 is #012F9C. Grayscale: #D1D1D1. Windows color (decimal): -77725 or 6541566. OLE color: 6541566.
HSL color Cylindrical-coordinate representation of color #FED063: hue angle of 42.19º 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 #FED063 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 99 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.00 |
| HSL | 42.19º | 0.99% | 0.69% | - |
| HSV(B) | 42.19º | 0.61% | 1% | - |
| XYZ | 65.68 | 67.08 | 21.29 | - |
| YUV | 209.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 99 | 0 | 0.18 | 0.61 | 0.00 | 42.19 | 0.99 | 0.69 |
| Hex | FE | D0 | 63 | 0 | 12 | 3D | 0 | 2A | 63 | 45 |
| Octal | 376 | 320 | 143 | 0 | 22 | 75 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11010000 | 1100011 | 0 | 10010 | 111101 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FED063
Complementary color
Monochromatic Colors of #FED063
Black with #FED063
Text Example
Text Example
White with #FED063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED063; }
p { color: rgb(254,208,99); }
H1.HeaderClassName
{
color: #FED063;
}
.AnyTagClassName
{
color: #FED063;
}
</style>
background-color css
<style>
a { background-color: #FED063; }
a { background-color: rgb(254,208,99); }
div.DivClassName
{
background-color: #FED063;
}
.BgClassName
{
background-color: #FED063;
}
</style>
border-color css
<style>
span { border-color: #FED063; }
span { border-color: rgb(254,208,99); }
td.TdClassName
{
border-color: #FED063;
}
.TagClassName
{
border-color: #FED063;
}
</style>