Shades of Dandelion #FECD63
Tints of Dandelion #FECD63
RGB
CMYK
RGB Variations
Color information
#FECD63 (or 0xFECD63) is known color: Dandelion. HEX triplet: FE, CD and 63. RGB value is (254,205,99). Sum of RGB (Red+Green+Blue) = 254+205+99=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD63 is #01329C. Grayscale: #D0D0D0. Windows color (decimal): -78493 or 6540798. OLE color: 6540798.
HSL color Cylindrical-coordinate representation of color #FECD63: hue angle of 41.03º 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 #FECD63 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 99 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.00 |
| HSL | 41.03º | 0.99% | 0.69% | - |
| HSV(B) | 41.03º | 0.61% | 1% | - |
| XYZ | 64.96 | 65.63 | 21.05 | - |
| YUV | 207.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 99 | 0 | 0.19 | 0.61 | 0.00 | 41.03 | 0.99 | 0.69 |
| Hex | FE | CD | 63 | 0 | 13 | 3D | 0 | 29 | 63 | 45 |
| Octal | 376 | 315 | 143 | 0 | 23 | 75 | 0 | 51 | 143 | 105 |
| Binary | 11111110 | 11001101 | 1100011 | 0 | 10011 | 111101 | 0 | 101001 | 1100011 | 1000101 |
Color Harmonies of #FECD63
Complementary color
Monochromatic Colors of #FECD63
Black with #FECD63
Text Example
Text Example
White with #FECD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD63; }
p { color: rgb(254,205,99); }
H1.HeaderClassName
{
color: #FECD63;
}
.AnyTagClassName
{
color: #FECD63;
}
</style>
background-color css
<style>
a { background-color: #FECD63; }
a { background-color: rgb(254,205,99); }
div.DivClassName
{
background-color: #FECD63;
}
.BgClassName
{
background-color: #FECD63;
}
</style>
border-color css
<style>
span { border-color: #FECD63; }
span { border-color: rgb(254,205,99); }
td.TdClassName
{
border-color: #FECD63;
}
.TagClassName
{
border-color: #FECD63;
}
</style>