Shades of Dandelion #FED15F
Tints of Dandelion #FED15F
RGB
CMYK
RGB Variations
Color information
#FED15F (or 0xFED15F) is known color: Dandelion. HEX triplet: FE, D1 and 5F. RGB value is (254,209,95). Sum of RGB (Red+Green+Blue) = 254+209+95=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15F is #012EA0. Grayscale: #D1D1D1. Windows color (decimal): -77473 or 6279678. OLE color: 6279678.
HSL color Cylindrical-coordinate representation of color #FED15F: hue angle of 43.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FED15F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 95 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.00 |
| HSL | 43.02º | 0.99% | 0.68% | - |
| HSV(B) | 43.02º | 0.63% | 1% | - |
| XYZ | 65.74 | 67.5 | 20.39 | - |
| YUV | 209.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 95 | 0 | 0.18 | 0.63 | 0.00 | 43.02 | 0.99 | 0.68 |
| Hex | FE | D1 | 5F | 0 | 12 | 3F | 0 | 2B | 63 | 44 |
| Octal | 376 | 321 | 137 | 0 | 22 | 77 | 0 | 53 | 143 | 104 |
| Binary | 11111110 | 11010001 | 1011111 | 0 | 10010 | 111111 | 0 | 101011 | 1100011 | 1000100 |
Color Harmonies of #FED15F
Complementary color
Monochromatic Colors of #FED15F
Black with #FED15F
Text Example
Text Example
White with #FED15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED15F; }
p { color: rgb(254,209,95); }
H1.HeaderClassName
{
color: #FED15F;
}
.AnyTagClassName
{
color: #FED15F;
}
</style>
background-color css
<style>
a { background-color: #FED15F; }
a { background-color: rgb(254,209,95); }
div.DivClassName
{
background-color: #FED15F;
}
.BgClassName
{
background-color: #FED15F;
}
</style>
border-color css
<style>
span { border-color: #FED15F; }
span { border-color: rgb(254,209,95); }
td.TdClassName
{
border-color: #FED15F;
}
.TagClassName
{
border-color: #FED15F;
}
</style>