Shades of Dandelion #FED968
Tints of Dandelion #FED968
RGB
CMYK
RGB Variations
Color information
#FED968 (or 0xFED968) is known color: Dandelion. HEX triplet: FE, D9 and 68. RGB value is (254,217,104). Sum of RGB (Red+Green+Blue) = 254+217+104=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED968 is #012697. Grayscale: #D7D7D7. Windows color (decimal): -75416 or 6871550. OLE color: 6871550.
HSL color Cylindrical-coordinate representation of color #FED968: hue angle of 45.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FED968 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 104 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.00 |
| HSL | 45.2º | 0.99% | 0.7% | - |
| HSV(B) | 45.2º | 0.59% | 1% | - |
| XYZ | 68.18 | 71.7 | 23.34 | - |
| YUV | 215.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 104 | 0 | 0.15 | 0.59 | 0.00 | 45.2 | 0.99 | 0.7 |
| Hex | FE | D9 | 68 | 0 | F | 3B | 0 | 2D | 63 | 46 |
| Octal | 376 | 331 | 150 | 0 | 17 | 73 | 0 | 55 | 143 | 106 |
| Binary | 11111110 | 11011001 | 1101000 | 0 | 1111 | 111011 | 0 | 101101 | 1100011 | 1000110 |
Color Harmonies of #FED968
Complementary color
Monochromatic Colors of #FED968
Black with #FED968
Text Example
Text Example
White with #FED968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED968; }
p { color: rgb(254,217,104); }
H1.HeaderClassName
{
color: #FED968;
}
.AnyTagClassName
{
color: #FED968;
}
</style>
background-color css
<style>
a { background-color: #FED968; }
a { background-color: rgb(254,217,104); }
div.DivClassName
{
background-color: #FED968;
}
.BgClassName
{
background-color: #FED968;
}
</style>
border-color css
<style>
span { border-color: #FED968; }
span { border-color: rgb(254,217,104); }
td.TdClassName
{
border-color: #FED968;
}
.TagClassName
{
border-color: #FED968;
}
</style>