Shades of Dandelion #FED162
Tints of Dandelion #FED162
RGB
CMYK
RGB Variations
Color information
#FED162 (or 0xFED162) is known color: Dandelion. HEX triplet: FE, D1 and 62. RGB value is (254,209,98). Sum of RGB (Red+Green+Blue) = 254+209+98=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED162 is #012E9D. Grayscale: #D2D2D2. Windows color (decimal): -77470 or 6476286. OLE color: 6476286.
HSL color Cylindrical-coordinate representation of color #FED162: hue angle of 42.69º 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 #FED162 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 98 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.00 |
| HSL | 42.69º | 0.99% | 0.69% | - |
| HSV(B) | 42.69º | 0.61% | 1% | - |
| XYZ | 65.88 | 67.55 | 21.12 | - |
| YUV | 209.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 98 | 0 | 0.18 | 0.61 | 0.00 | 42.69 | 0.99 | 0.69 |
| Hex | FE | D1 | 62 | 0 | 12 | 3D | 0 | 2B | 63 | 45 |
| Octal | 376 | 321 | 142 | 0 | 22 | 75 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010001 | 1100010 | 0 | 10010 | 111101 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED162
Complementary color
Monochromatic Colors of #FED162
Black with #FED162
Text Example
Text Example
White with #FED162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED162; }
p { color: rgb(254,209,98); }
H1.HeaderClassName
{
color: #FED162;
}
.AnyTagClassName
{
color: #FED162;
}
</style>
background-color css
<style>
a { background-color: #FED162; }
a { background-color: rgb(254,209,98); }
div.DivClassName
{
background-color: #FED162;
}
.BgClassName
{
background-color: #FED162;
}
</style>
border-color css
<style>
span { border-color: #FED162; }
span { border-color: rgb(254,209,98); }
td.TdClassName
{
border-color: #FED162;
}
.TagClassName
{
border-color: #FED162;
}
</style>