Shades of Dandelion #FED061
Tints of Dandelion #FED061
RGB
CMYK
RGB Variations
Color information
#FED061 (or 0xFED061) is known color: Dandelion. HEX triplet: FE, D0 and 61. RGB value is (254,208,97). Sum of RGB (Red+Green+Blue) = 254+208+97=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED061 is #012F9E. Grayscale: #D1D1D1. Windows color (decimal): -77727 or 6410494. OLE color: 6410494.
HSL color Cylindrical-coordinate representation of color #FED061: hue angle of 42.42º 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 #FED061 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 97 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.00 |
| HSL | 42.42º | 0.99% | 0.69% | - |
| HSV(B) | 42.42º | 0.62% | 1% | - |
| XYZ | 65.59 | 67.05 | 20.79 | - |
| YUV | 209.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 97 | 0 | 0.18 | 0.62 | 0.00 | 42.42 | 0.99 | 0.69 |
| Hex | FE | D0 | 61 | 0 | 12 | 3E | 0 | 2A | 63 | 45 |
| Octal | 376 | 320 | 141 | 0 | 22 | 76 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11010000 | 1100001 | 0 | 10010 | 111110 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FED061
Complementary color
Monochromatic Colors of #FED061
Black with #FED061
Text Example
Text Example
White with #FED061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED061; }
p { color: rgb(254,208,97); }
H1.HeaderClassName
{
color: #FED061;
}
.AnyTagClassName
{
color: #FED061;
}
</style>
background-color css
<style>
a { background-color: #FED061; }
a { background-color: rgb(254,208,97); }
div.DivClassName
{
background-color: #FED061;
}
.BgClassName
{
background-color: #FED061;
}
</style>
border-color css
<style>
span { border-color: #FED061; }
span { border-color: rgb(254,208,97); }
td.TdClassName
{
border-color: #FED061;
}
.TagClassName
{
border-color: #FED061;
}
</style>