Shades of Dandelion #FED658
Tints of Dandelion #FED658
RGB
CMYK
RGB Variations
Color information
#FED658 (or 0xFED658) is known color: Dandelion. HEX triplet: FE, D6 and 58. RGB value is (254,214,88). Sum of RGB (Red+Green+Blue) = 254+214+88=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED658 is #0129A7. Grayscale: #D4D4D4. Windows color (decimal): -76200 or 5822206. OLE color: 5822206.
HSL color Cylindrical-coordinate representation of color #FED658: hue angle of 45.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED658 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 88 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.00 |
| HSL | 45.54º | 0.99% | 0.67% | - |
| HSV(B) | 45.54º | 0.65% | 1% | - |
| XYZ | 66.68 | 69.87 | 19.2 | - |
| YUV | 211.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 88 | 0 | 0.16 | 0.65 | 0.00 | 45.54 | 0.99 | 0.67 |
| Hex | FE | D6 | 58 | 0 | 10 | 41 | 0 | 2E | 63 | 43 |
| Octal | 376 | 326 | 130 | 0 | 20 | 101 | 0 | 56 | 143 | 103 |
| Binary | 11111110 | 11010110 | 1011000 | 0 | 10000 | 1000001 | 0 | 101110 | 1100011 | 1000011 |
Color Harmonies of #FED658
Complementary color
Monochromatic Colors of #FED658
Black with #FED658
Text Example
Text Example
White with #FED658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED658; }
p { color: rgb(254,214,88); }
H1.HeaderClassName
{
color: #FED658;
}
.AnyTagClassName
{
color: #FED658;
}
</style>
background-color css
<style>
a { background-color: #FED658; }
a { background-color: rgb(254,214,88); }
div.DivClassName
{
background-color: #FED658;
}
.BgClassName
{
background-color: #FED658;
}
</style>
border-color css
<style>
span { border-color: #FED658; }
span { border-color: rgb(254,214,88); }
td.TdClassName
{
border-color: #FED658;
}
.TagClassName
{
border-color: #FED658;
}
</style>