Shades of Dandelion #FED565
Tints of Dandelion #FED565
RGB
CMYK
RGB Variations
Color information
#FED565 (or 0xFED565) is known color: Dandelion. HEX triplet: FE, D5 and 65. RGB value is (254,213,101). Sum of RGB (Red+Green+Blue) = 254+213+101=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED565 is #012A9A. Grayscale: #D4D4D4. Windows color (decimal): -76443 or 6673918. OLE color: 6673918.
HSL color Cylindrical-coordinate representation of color #FED565: hue angle of 43.92º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FED565 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.00 |
| HSL | 43.92º | 0.99% | 0.7% | - |
| HSV(B) | 43.92º | 0.6% | 1% | - |
| XYZ | 67.02 | 69.6 | 22.21 | - |
| YUV | 212.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 101 | 0 | 0.16 | 0.60 | 0.00 | 43.92 | 0.99 | 0.7 |
| Hex | FE | D5 | 65 | 0 | 10 | 3C | 0 | 2C | 63 | 46 |
| Octal | 376 | 325 | 145 | 0 | 20 | 74 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010101 | 1100101 | 0 | 10000 | 111100 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED565
Complementary color
Monochromatic Colors of #FED565
Black with #FED565
Text Example
Text Example
White with #FED565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED565; }
p { color: rgb(254,213,101); }
H1.HeaderClassName
{
color: #FED565;
}
.AnyTagClassName
{
color: #FED565;
}
</style>
background-color css
<style>
a { background-color: #FED565; }
a { background-color: rgb(254,213,101); }
div.DivClassName
{
background-color: #FED565;
}
.BgClassName
{
background-color: #FED565;
}
</style>
border-color css
<style>
span { border-color: #FED565; }
span { border-color: rgb(254,213,101); }
td.TdClassName
{
border-color: #FED565;
}
.TagClassName
{
border-color: #FED565;
}
</style>