Shades of Dandelion #FED461
Tints of Dandelion #FED461
RGB
CMYK
RGB Variations
Color information
#FED461 (or 0xFED461) is known color: Dandelion. HEX triplet: FE, D4 and 61. RGB value is (254,212,97). Sum of RGB (Red+Green+Blue) = 254+212+97=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED461 is #012B9E. Grayscale: #D3D3D3. Windows color (decimal): -76703 or 6411518. OLE color: 6411518.
HSL color Cylindrical-coordinate representation of color #FED461: hue angle of 43.95º 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 #FED461 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.00 |
| HSL | 43.95º | 0.99% | 0.69% | - |
| HSV(B) | 43.95º | 0.62% | 1% | - |
| XYZ | 66.57 | 69.02 | 21.12 | - |
| YUV | 211.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 97 | 0 | 0.17 | 0.62 | 0.00 | 43.95 | 0.99 | 0.69 |
| Hex | FE | D4 | 61 | 0 | 11 | 3E | 0 | 2C | 63 | 45 |
| Octal | 376 | 324 | 141 | 0 | 21 | 76 | 0 | 54 | 143 | 105 |
| Binary | 11111110 | 11010100 | 1100001 | 0 | 10001 | 111110 | 0 | 101100 | 1100011 | 1000101 |
Color Harmonies of #FED461
Complementary color
Monochromatic Colors of #FED461
Black with #FED461
Text Example
Text Example
White with #FED461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED461; }
p { color: rgb(254,212,97); }
H1.HeaderClassName
{
color: #FED461;
}
.AnyTagClassName
{
color: #FED461;
}
</style>
background-color css
<style>
a { background-color: #FED461; }
a { background-color: rgb(254,212,97); }
div.DivClassName
{
background-color: #FED461;
}
.BgClassName
{
background-color: #FED461;
}
</style>
border-color css
<style>
span { border-color: #FED461; }
span { border-color: rgb(254,212,97); }
td.TdClassName
{
border-color: #FED461;
}
.TagClassName
{
border-color: #FED461;
}
</style>