Shades of Dandelion #FED665
Tints of Dandelion #FED665
RGB
CMYK
RGB Variations
Color information
#FED665 (or 0xFED665) is known color: Dandelion. HEX triplet: FE, D6 and 65. RGB value is (254,214,101). Sum of RGB (Red+Green+Blue) = 254+214+101=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FED665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED665 is #01299A. Grayscale: #D5D5D5. Windows color (decimal): -76187 or 6674174. OLE color: 6674174.
HSL color Cylindrical-coordinate representation of color #FED665: hue angle of 44.31º 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 #FED665 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.00 |
| HSL | 44.31º | 0.99% | 0.7% | - |
| HSV(B) | 44.31º | 0.6% | 1% | - |
| XYZ | 67.27 | 70.1 | 22.3 | - |
| YUV | 213.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 101 | 0 | 0.16 | 0.60 | 0.00 | 44.31 | 0.99 | 0.7 |
| Hex | FE | D6 | 65 | 0 | 10 | 3C | 0 | 2C | 63 | 46 |
| Octal | 376 | 326 | 145 | 0 | 20 | 74 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010110 | 1100101 | 0 | 10000 | 111100 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED665
Complementary color
Monochromatic Colors of #FED665
Black with #FED665
Text Example
Text Example
White with #FED665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED665; }
p { color: rgb(254,214,101); }
H1.HeaderClassName
{
color: #FED665;
}
.AnyTagClassName
{
color: #FED665;
}
</style>
background-color css
<style>
a { background-color: #FED665; }
a { background-color: rgb(254,214,101); }
div.DivClassName
{
background-color: #FED665;
}
.BgClassName
{
background-color: #FED665;
}
</style>
border-color css
<style>
span { border-color: #FED665; }
span { border-color: rgb(254,214,101); }
td.TdClassName
{
border-color: #FED665;
}
.TagClassName
{
border-color: #FED665;
}
</style>