Shades of Dandelion #FED15C
Tints of Dandelion #FED15C
RGB
CMYK
RGB Variations
Color information
#FED15C (or 0xFED15C) is known color: Dandelion. HEX triplet: FE, D1 and 5C. RGB value is (254,209,92). Sum of RGB (Red+Green+Blue) = 254+209+92=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15C is #012EA3. Grayscale: #D1D1D1. Windows color (decimal): -77476 or 6083070. OLE color: 6083070.
HSL color Cylindrical-coordinate representation of color #FED15C: hue angle of 43.33º 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 #FED15C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 92 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.00 |
| HSL | 43.33º | 0.99% | 0.68% | - |
| HSV(B) | 43.33º | 0.64% | 1% | - |
| XYZ | 65.61 | 67.44 | 19.69 | - |
| YUV | 209.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 92 | 0 | 0.18 | 0.64 | 0.00 | 43.33 | 0.99 | 0.68 |
| Hex | FE | D1 | 5C | 0 | 12 | 40 | 0 | 2B | 63 | 44 |
| Octal | 376 | 321 | 134 | 0 | 22 | 100 | 0 | 53 | 143 | 104 |
| Binary | 11111110 | 11010001 | 1011100 | 0 | 10010 | 1000000 | 0 | 101011 | 1100011 | 1000100 |
Color Harmonies of #FED15C
Complementary color
Monochromatic Colors of #FED15C
Black with #FED15C
Text Example
Text Example
White with #FED15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED15C; }
p { color: rgb(254,209,92); }
H1.HeaderClassName
{
color: #FED15C;
}
.AnyTagClassName
{
color: #FED15C;
}
</style>
background-color css
<style>
a { background-color: #FED15C; }
a { background-color: rgb(254,209,92); }
div.DivClassName
{
background-color: #FED15C;
}
.BgClassName
{
background-color: #FED15C;
}
</style>
border-color css
<style>
span { border-color: #FED15C; }
span { border-color: rgb(254,209,92); }
td.TdClassName
{
border-color: #FED15C;
}
.TagClassName
{
border-color: #FED15C;
}
</style>