Shades of Dandelion #FED465
Tints of Dandelion #FED465
RGB
CMYK
RGB Variations
Color information
#FED465 (or 0xFED465) is known color: Dandelion. HEX triplet: FE, D4 and 65. RGB value is (254,212,101). Sum of RGB (Red+Green+Blue) = 254+212+101=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED465 is #012B9A. Grayscale: #D4D4D4. Windows color (decimal): -76699 or 6673662. OLE color: 6673662.
HSL color Cylindrical-coordinate representation of color #FED465: hue angle of 43.53º 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 #FED465 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 101 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.00 |
| HSL | 43.53º | 0.99% | 0.7% | - |
| HSV(B) | 43.53º | 0.6% | 1% | - |
| XYZ | 66.77 | 69.1 | 22.13 | - |
| YUV | 211.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 101 | 0 | 0.17 | 0.60 | 0.00 | 43.53 | 0.99 | 0.7 |
| Hex | FE | D4 | 65 | 0 | 11 | 3C | 0 | 2C | 63 | 46 |
| Octal | 376 | 324 | 145 | 0 | 21 | 74 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010100 | 1100101 | 0 | 10001 | 111100 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED465
Complementary color
Monochromatic Colors of #FED465
Black with #FED465
Text Example
Text Example
White with #FED465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED465; }
p { color: rgb(254,212,101); }
H1.HeaderClassName
{
color: #FED465;
}
.AnyTagClassName
{
color: #FED465;
}
</style>
background-color css
<style>
a { background-color: #FED465; }
a { background-color: rgb(254,212,101); }
div.DivClassName
{
background-color: #FED465;
}
.BgClassName
{
background-color: #FED465;
}
</style>
border-color css
<style>
span { border-color: #FED465; }
span { border-color: rgb(254,212,101); }
td.TdClassName
{
border-color: #FED465;
}
.TagClassName
{
border-color: #FED465;
}
</style>