Shades of Dandelion #FED662
Tints of Dandelion #FED662
RGB
CMYK
RGB Variations
Color information
#FED662 (or 0xFED662) is known color: Dandelion. HEX triplet: FE, D6 and 62. RGB value is (254,214,98). Sum of RGB (Red+Green+Blue) = 254+214+98=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FED662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED662 is #01299D. Grayscale: #D5D5D5. Windows color (decimal): -76190 or 6477566. OLE color: 6477566.
HSL color Cylindrical-coordinate representation of color #FED662: hue angle of 44.62º 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 #FED662 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 98 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.00 |
| HSL | 44.62º | 0.99% | 0.69% | - |
| HSV(B) | 44.62º | 0.61% | 1% | - |
| XYZ | 67.12 | 70.05 | 21.54 | - |
| YUV | 212.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 98 | 0 | 0.16 | 0.61 | 0.00 | 44.62 | 0.99 | 0.69 |
| Hex | FE | D6 | 62 | 0 | 10 | 3D | 0 | 2D | 63 | 45 |
| Octal | 376 | 326 | 142 | 0 | 20 | 75 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010110 | 1100010 | 0 | 10000 | 111101 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED662
Complementary color
Monochromatic Colors of #FED662
Black with #FED662
Text Example
Text Example
White with #FED662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED662; }
p { color: rgb(254,214,98); }
H1.HeaderClassName
{
color: #FED662;
}
.AnyTagClassName
{
color: #FED662;
}
</style>
background-color css
<style>
a { background-color: #FED662; }
a { background-color: rgb(254,214,98); }
div.DivClassName
{
background-color: #FED662;
}
.BgClassName
{
background-color: #FED662;
}
</style>
border-color css
<style>
span { border-color: #FED662; }
span { border-color: rgb(254,214,98); }
td.TdClassName
{
border-color: #FED662;
}
.TagClassName
{
border-color: #FED662;
}
</style>