Shades of Dandelion #FED960
Tints of Dandelion #FED960
RGB
CMYK
RGB Variations
Color information
#FED960 (or 0xFED960) is known color: Dandelion. HEX triplet: FE, D9 and 60. RGB value is (254,217,96). Sum of RGB (Red+Green+Blue) = 254+217+96=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED960 is #01269F. Grayscale: #D6D6D6. Windows color (decimal): -75424 or 6347262. OLE color: 6347262.
HSL color Cylindrical-coordinate representation of color #FED960: hue angle of 45.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 #FED960 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.00 |
| HSL | 45.95º | 0.99% | 0.69% | - |
| HSV(B) | 45.95º | 0.62% | 1% | - |
| XYZ | 67.8 | 71.54 | 21.3 | - |
| YUV | 214.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 96 | 0 | 0.15 | 0.62 | 0.00 | 45.95 | 0.99 | 0.69 |
| Hex | FE | D9 | 60 | 0 | F | 3E | 0 | 2E | 63 | 45 |
| Octal | 376 | 331 | 140 | 0 | 17 | 76 | 0 | 56 | 143 | 105 |
| Binary | 11111110 | 11011001 | 1100000 | 0 | 1111 | 111110 | 0 | 101110 | 1100011 | 1000101 |
Color Harmonies of #FED960
Complementary color
Monochromatic Colors of #FED960
Black with #FED960
Text Example
Text Example
White with #FED960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED960; }
p { color: rgb(254,217,96); }
H1.HeaderClassName
{
color: #FED960;
}
.AnyTagClassName
{
color: #FED960;
}
</style>
background-color css
<style>
a { background-color: #FED960; }
a { background-color: rgb(254,217,96); }
div.DivClassName
{
background-color: #FED960;
}
.BgClassName
{
background-color: #FED960;
}
</style>
border-color css
<style>
span { border-color: #FED960; }
span { border-color: rgb(254,217,96); }
td.TdClassName
{
border-color: #FED960;
}
.TagClassName
{
border-color: #FED960;
}
</style>