Shades of Dandelion #FED05C
Tints of Dandelion #FED05C
RGB
CMYK
RGB Variations
Color information
#FED05C (or 0xFED05C) is known color: Dandelion. HEX triplet: FE, D0 and 5C. RGB value is (254,208,92). Sum of RGB (Red+Green+Blue) = 254+208+92=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED05C is #012FA3. Grayscale: #D1D1D1. Windows color (decimal): -77732 or 6082814. OLE color: 6082814.
HSL color Cylindrical-coordinate representation of color #FED05C: hue angle of 42.96º 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 #FED05C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 92 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.00 |
| HSL | 42.96º | 0.99% | 0.68% | - |
| HSV(B) | 42.96º | 0.64% | 1% | - |
| XYZ | 65.36 | 66.96 | 19.6 | - |
| YUV | 208.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 92 | 0 | 0.18 | 0.64 | 0.00 | 42.96 | 0.99 | 0.68 |
| Hex | FE | D0 | 5C | 0 | 12 | 40 | 0 | 2B | 63 | 44 |
| Octal | 376 | 320 | 134 | 0 | 22 | 100 | 0 | 53 | 143 | 104 |
| Binary | 11111110 | 11010000 | 1011100 | 0 | 10010 | 1000000 | 0 | 101011 | 1100011 | 1000100 |
Color Harmonies of #FED05C
Complementary color
Monochromatic Colors of #FED05C
Black with #FED05C
Text Example
Text Example
White with #FED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED05C; }
p { color: rgb(254,208,92); }
H1.HeaderClassName
{
color: #FED05C;
}
.AnyTagClassName
{
color: #FED05C;
}
</style>
background-color css
<style>
a { background-color: #FED05C; }
a { background-color: rgb(254,208,92); }
div.DivClassName
{
background-color: #FED05C;
}
.BgClassName
{
background-color: #FED05C;
}
</style>
border-color css
<style>
span { border-color: #FED05C; }
span { border-color: rgb(254,208,92); }
td.TdClassName
{
border-color: #FED05C;
}
.TagClassName
{
border-color: #FED05C;
}
</style>