Shades of Dandelion #FED261
Tints of Dandelion #FED261
RGB
CMYK
RGB Variations
Color information
#FED261 (or 0xFED261) is known color: Dandelion. HEX triplet: FE, D2 and 61. RGB value is (254,210,97). Sum of RGB (Red+Green+Blue) = 254+210+97=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED261 is #012D9E. Grayscale: #D2D2D2. Windows color (decimal): -77215 or 6411006. OLE color: 6411006.
HSL color Cylindrical-coordinate representation of color #FED261: hue angle of 43.18º 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 #FED261 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 97 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.00 |
| HSL | 43.18º | 0.99% | 0.69% | - |
| HSV(B) | 43.18º | 0.62% | 1% | - |
| XYZ | 66.08 | 68.03 | 20.96 | - |
| YUV | 210.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 97 | 0 | 0.17 | 0.62 | 0.00 | 43.18 | 0.99 | 0.69 |
| Hex | FE | D2 | 61 | 0 | 11 | 3E | 0 | 2B | 63 | 45 |
| Octal | 376 | 322 | 141 | 0 | 21 | 76 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010010 | 1100001 | 0 | 10001 | 111110 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED261
Complementary color
Monochromatic Colors of #FED261
Black with #FED261
Text Example
Text Example
White with #FED261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED261; }
p { color: rgb(254,210,97); }
H1.HeaderClassName
{
color: #FED261;
}
.AnyTagClassName
{
color: #FED261;
}
</style>
background-color css
<style>
a { background-color: #FED261; }
a { background-color: rgb(254,210,97); }
div.DivClassName
{
background-color: #FED261;
}
.BgClassName
{
background-color: #FED261;
}
</style>
border-color css
<style>
span { border-color: #FED261; }
span { border-color: rgb(254,210,97); }
td.TdClassName
{
border-color: #FED261;
}
.TagClassName
{
border-color: #FED261;
}
</style>