Shades of Dandelion #FED663
Tints of Dandelion #FED663
RGB
CMYK
RGB Variations
Color information
#FED663 (or 0xFED663) is known color: Dandelion. HEX triplet: FE, D6 and 63. RGB value is (254,214,99). Sum of RGB (Red+Green+Blue) = 254+214+99=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED663 is #01299C. Grayscale: #D5D5D5. Windows color (decimal): -76189 or 6543102. OLE color: 6543102.
HSL color Cylindrical-coordinate representation of color #FED663: hue angle of 44.52º 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 #FED663 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 99 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.00 |
| HSL | 44.52º | 0.99% | 0.69% | - |
| HSV(B) | 44.52º | 0.61% | 1% | - |
| XYZ | 67.17 | 70.06 | 21.79 | - |
| YUV | 212.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 99 | 0 | 0.16 | 0.61 | 0.00 | 44.52 | 0.99 | 0.69 |
| Hex | FE | D6 | 63 | 0 | 10 | 3D | 0 | 2D | 63 | 45 |
| Octal | 376 | 326 | 143 | 0 | 20 | 75 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010110 | 1100011 | 0 | 10000 | 111101 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED663
Complementary color
Monochromatic Colors of #FED663
Black with #FED663
Text Example
Text Example
White with #FED663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED663; }
p { color: rgb(254,214,99); }
H1.HeaderClassName
{
color: #FED663;
}
.AnyTagClassName
{
color: #FED663;
}
</style>
background-color css
<style>
a { background-color: #FED663; }
a { background-color: rgb(254,214,99); }
div.DivClassName
{
background-color: #FED663;
}
.BgClassName
{
background-color: #FED663;
}
</style>
border-color css
<style>
span { border-color: #FED663; }
span { border-color: rgb(254,214,99); }
td.TdClassName
{
border-color: #FED663;
}
.TagClassName
{
border-color: #FED663;
}
</style>