Shades of Dandelion #FED962
Tints of Dandelion #FED962
RGB
CMYK
RGB Variations
Color information
#FED962 (or 0xFED962) is known color: Dandelion. HEX triplet: FE, D9 and 62. RGB value is (254,217,98). Sum of RGB (Red+Green+Blue) = 254+217+98=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 98 (38.67% from 255 or 17.22% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FED962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED962 is #01269D. Grayscale: #D7D7D7. Windows color (decimal): -75422 or 6478334. OLE color: 6478334.
HSL color Cylindrical-coordinate representation of color #FED962: hue angle of 45.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FED962 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 98 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.00 |
| HSL | 45.77º | 0.99% | 0.69% | - |
| HSV(B) | 45.77º | 0.61% | 1% | - |
| XYZ | 67.89 | 71.58 | 21.79 | - |
| YUV | 214.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 98 | 0 | 0.15 | 0.61 | 0.00 | 45.77 | 0.99 | 0.69 |
| Hex | FE | D9 | 62 | 0 | F | 3D | 0 | 2E | 63 | 45 |
| Octal | 376 | 331 | 142 | 0 | 17 | 75 | 0 | 56 | 143 | 105 |
| Binary | 11111110 | 11011001 | 1100010 | 0 | 1111 | 111101 | 0 | 101110 | 1100011 | 1000101 |
Color Harmonies of #FED962
Complementary color
Monochromatic Colors of #FED962
Black with #FED962
Text Example
Text Example
White with #FED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED962; }
p { color: rgb(254,217,98); }
H1.HeaderClassName
{
color: #FED962;
}
.AnyTagClassName
{
color: #FED962;
}
</style>
background-color css
<style>
a { background-color: #FED962; }
a { background-color: rgb(254,217,98); }
div.DivClassName
{
background-color: #FED962;
}
.BgClassName
{
background-color: #FED962;
}
</style>
border-color css
<style>
span { border-color: #FED962; }
span { border-color: rgb(254,217,98); }
td.TdClassName
{
border-color: #FED962;
}
.TagClassName
{
border-color: #FED962;
}
</style>