Shades of Dandelion #FED062
Tints of Dandelion #FED062
RGB
CMYK
RGB Variations
Color information
#FED062 (or 0xFED062) is known color: Dandelion. HEX triplet: FE, D0 and 62. RGB value is (254,208,98). Sum of RGB (Red+Green+Blue) = 254+208+98=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED062 is #012F9D. Grayscale: #D1D1D1. Windows color (decimal): -77726 or 6476030. OLE color: 6476030.
HSL color Cylindrical-coordinate representation of color #FED062: hue angle of 42.31º 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 #FED062 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 98 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.00 |
| HSL | 42.31º | 0.99% | 0.69% | - |
| HSV(B) | 42.31º | 0.61% | 1% | - |
| XYZ | 65.63 | 67.06 | 21.04 | - |
| YUV | 209.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 98 | 0 | 0.18 | 0.61 | 0.00 | 42.31 | 0.99 | 0.69 |
| Hex | FE | D0 | 62 | 0 | 12 | 3D | 0 | 2A | 63 | 45 |
| Octal | 376 | 320 | 142 | 0 | 22 | 75 | 0 | 52 | 143 | 105 |
| Binary | 11111110 | 11010000 | 1100010 | 0 | 10010 | 111101 | 0 | 101010 | 1100011 | 1000101 |
Color Harmonies of #FED062
Complementary color
Monochromatic Colors of #FED062
Black with #FED062
Text Example
Text Example
White with #FED062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED062; }
p { color: rgb(254,208,98); }
H1.HeaderClassName
{
color: #FED062;
}
.AnyTagClassName
{
color: #FED062;
}
</style>
background-color css
<style>
a { background-color: #FED062; }
a { background-color: rgb(254,208,98); }
div.DivClassName
{
background-color: #FED062;
}
.BgClassName
{
background-color: #FED062;
}
</style>
border-color css
<style>
span { border-color: #FED062; }
span { border-color: rgb(254,208,98); }
td.TdClassName
{
border-color: #FED062;
}
.TagClassName
{
border-color: #FED062;
}
</style>