Shades of Dandelion #FED65C
Tints of Dandelion #FED65C
RGB
CMYK
RGB Variations
Color information
#FED65C (or 0xFED65C) is known color: Dandelion. HEX triplet: FE, D6 and 5C. RGB value is (254,214,92). Sum of RGB (Red+Green+Blue) = 254+214+92=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED65C is #0129A3. Grayscale: #D4D4D4. Windows color (decimal): -76196 or 6084350. OLE color: 6084350.
HSL color Cylindrical-coordinate representation of color #FED65C: hue angle of 45.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FED65C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 92 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.00 |
| HSL | 45.19º | 0.99% | 0.68% | - |
| HSV(B) | 45.19º | 0.64% | 1% | - |
| XYZ | 66.85 | 69.94 | 20.1 | - |
| YUV | 212.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 92 | 0 | 0.16 | 0.64 | 0.00 | 45.19 | 0.99 | 0.68 |
| Hex | FE | D6 | 5C | 0 | 10 | 40 | 0 | 2D | 63 | 44 |
| Octal | 376 | 326 | 134 | 0 | 20 | 100 | 0 | 55 | 143 | 104 |
| Binary | 11111110 | 11010110 | 1011100 | 0 | 10000 | 1000000 | 0 | 101101 | 1100011 | 1000100 |
Color Harmonies of #FED65C
Complementary color
Monochromatic Colors of #FED65C
Black with #FED65C
Text Example
Text Example
White with #FED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED65C; }
p { color: rgb(254,214,92); }
H1.HeaderClassName
{
color: #FED65C;
}
.AnyTagClassName
{
color: #FED65C;
}
</style>
background-color css
<style>
a { background-color: #FED65C; }
a { background-color: rgb(254,214,92); }
div.DivClassName
{
background-color: #FED65C;
}
.BgClassName
{
background-color: #FED65C;
}
</style>
border-color css
<style>
span { border-color: #FED65C; }
span { border-color: rgb(254,214,92); }
td.TdClassName
{
border-color: #FED65C;
}
.TagClassName
{
border-color: #FED65C;
}
</style>