Shades of Dandelion #FED661
Tints of Dandelion #FED661
RGB
CMYK
RGB Variations
Color information
#FED661 (or 0xFED661) is known color: Dandelion. HEX triplet: FE, D6 and 61. RGB value is (254,214,97). Sum of RGB (Red+Green+Blue) = 254+214+97=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED661 is #01299E. Grayscale: #D5D5D5. Windows color (decimal): -76191 or 6412030. OLE color: 6412030.
HSL color Cylindrical-coordinate representation of color #FED661: hue angle of 44.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED661 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 97 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.00 |
| HSL | 44.71º | 0.99% | 0.69% | - |
| HSV(B) | 44.71º | 0.62% | 1% | - |
| XYZ | 67.08 | 70.03 | 21.29 | - |
| YUV | 212.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 97 | 0 | 0.16 | 0.62 | 0.00 | 44.71 | 0.99 | 0.69 |
| Hex | FE | D6 | 61 | 0 | 10 | 3E | 0 | 2D | 63 | 45 |
| Octal | 376 | 326 | 141 | 0 | 20 | 76 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010110 | 1100001 | 0 | 10000 | 111110 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED661
Complementary color
Monochromatic Colors of #FED661
Black with #FED661
Text Example
Text Example
White with #FED661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED661; }
p { color: rgb(254,214,97); }
H1.HeaderClassName
{
color: #FED661;
}
.AnyTagClassName
{
color: #FED661;
}
</style>
background-color css
<style>
a { background-color: #FED661; }
a { background-color: rgb(254,214,97); }
div.DivClassName
{
background-color: #FED661;
}
.BgClassName
{
background-color: #FED661;
}
</style>
border-color css
<style>
span { border-color: #FED661; }
span { border-color: rgb(254,214,97); }
td.TdClassName
{
border-color: #FED661;
}
.TagClassName
{
border-color: #FED661;
}
</style>