Shades of Dandelion #FED065
Tints of Dandelion #FED065
RGB
CMYK
RGB Variations
Color information
#FED065 (or 0xFED065) is known color: Dandelion. HEX triplet: FE, D0 and 65. RGB value is (254,208,101). Sum of RGB (Red+Green+Blue) = 254+208+101=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED065 is #012F9A. Grayscale: #D2D2D2. Windows color (decimal): -77723 or 6672638. OLE color: 6672638.
HSL color Cylindrical-coordinate representation of color #FED065: hue angle of 41.96º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FED065 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.00 |
| HSL | 41.96º | 0.99% | 0.7% | - |
| HSV(B) | 41.96º | 0.6% | 1% | - |
| XYZ | 65.78 | 67.12 | 21.8 | - |
| YUV | 209.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 101 | 0 | 0.18 | 0.60 | 0.00 | 41.96 | 0.99 | 0.7 |
| Hex | FE | D0 | 65 | 0 | 12 | 3C | 0 | 2A | 63 | 46 |
| Octal | 376 | 320 | 145 | 0 | 22 | 74 | 0 | 52 | 143 | 106 |
| Binary | 11111110 | 11010000 | 1100101 | 0 | 10010 | 111100 | 0 | 101010 | 1100011 | 1000110 |
Color Harmonies of #FED065
Complementary color
Monochromatic Colors of #FED065
Black with #FED065
Text Example
Text Example
White with #FED065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED065; }
p { color: rgb(254,208,101); }
H1.HeaderClassName
{
color: #FED065;
}
.AnyTagClassName
{
color: #FED065;
}
</style>
background-color css
<style>
a { background-color: #FED065; }
a { background-color: rgb(254,208,101); }
div.DivClassName
{
background-color: #FED065;
}
.BgClassName
{
background-color: #FED065;
}
</style>
border-color css
<style>
span { border-color: #FED065; }
span { border-color: rgb(254,208,101); }
td.TdClassName
{
border-color: #FED065;
}
.TagClassName
{
border-color: #FED065;
}
</style>