Shades of Dandelion #FED460
Tints of Dandelion #FED460
RGB
CMYK
RGB Variations
Color information
#FED460 (or 0xFED460) is known color: Dandelion. HEX triplet: FE, D4 and 60. RGB value is (254,212,96). Sum of RGB (Red+Green+Blue) = 254+212+96=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED460 is #012B9F. Grayscale: #D3D3D3. Windows color (decimal): -76704 or 6345982. OLE color: 6345982.
HSL color Cylindrical-coordinate representation of color #FED460: hue angle of 44.05º 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 #FED460 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 96 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.00 |
| HSL | 44.05º | 0.99% | 0.69% | - |
| HSV(B) | 44.05º | 0.62% | 1% | - |
| XYZ | 66.53 | 69 | 20.88 | - |
| YUV | 211.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 96 | 0 | 0.17 | 0.62 | 0.00 | 44.05 | 0.99 | 0.69 |
| Hex | FE | D4 | 60 | 0 | 11 | 3E | 0 | 2C | 63 | 45 |
| Octal | 376 | 324 | 140 | 0 | 21 | 76 | 0 | 54 | 143 | 105 |
| Binary | 11111110 | 11010100 | 1100000 | 0 | 10001 | 111110 | 0 | 101100 | 1100011 | 1000101 |
Color Harmonies of #FED460
Complementary color
Monochromatic Colors of #FED460
Black with #FED460
Text Example
Text Example
White with #FED460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED460; }
p { color: rgb(254,212,96); }
H1.HeaderClassName
{
color: #FED460;
}
.AnyTagClassName
{
color: #FED460;
}
</style>
background-color css
<style>
a { background-color: #FED460; }
a { background-color: rgb(254,212,96); }
div.DivClassName
{
background-color: #FED460;
}
.BgClassName
{
background-color: #FED460;
}
</style>
border-color css
<style>
span { border-color: #FED460; }
span { border-color: rgb(254,212,96); }
td.TdClassName
{
border-color: #FED460;
}
.TagClassName
{
border-color: #FED460;
}
</style>