Shades of Dandelion #F5D45E
Tints of Dandelion #F5D45E
RGB
CMYK
RGB Variations
Color information
#F5D45E (or 0xF5D45E) is known color: Dandelion. HEX triplet: F5, D4 and 5E. RGB value is (245,212,94). Sum of RGB (Red+Green+Blue) = 245+212+94=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D45E is #0A2BA1. Grayscale: #D0D0D0. Windows color (decimal): -666530 or 6214901. OLE color: 6214901.
HSL color Cylindrical-coordinate representation of color #F5D45E: hue angle of 46.89º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5D45E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 94 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.04 |
| HSL | 46.89º | 0.88% | 0.66% | - |
| HSV(B) | 46.89º | 0.62% | 0.96% | - |
| XYZ | 63.22 | 67.31 | 20.25 | - |
| YUV | 208.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 94 | 0 | 0.13 | 0.62 | 0.04 | 46.89 | 0.88 | 0.66 |
| Hex | F5 | D4 | 5E | 0 | D | 3E | 4 | 2F | 58 | 42 |
| Octal | 365 | 324 | 136 | 0 | 15 | 76 | 4 | 57 | 130 | 102 |
| Binary | 11110101 | 11010100 | 1011110 | 0 | 1101 | 111110 | 100 | 101111 | 1011000 | 1000010 |
Color Harmonies of #F5D45E
Complementary color
Monochromatic Colors of #F5D45E
Black with #F5D45E
Text Example
Text Example
White with #F5D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D45E; }
p { color: rgb(245,212,94); }
H1.HeaderClassName
{
color: #F5D45E;
}
.AnyTagClassName
{
color: #F5D45E;
}
</style>
background-color css
<style>
a { background-color: #F5D45E; }
a { background-color: rgb(245,212,94); }
div.DivClassName
{
background-color: #F5D45E;
}
.BgClassName
{
background-color: #F5D45E;
}
</style>
border-color css
<style>
span { border-color: #F5D45E; }
span { border-color: rgb(245,212,94); }
td.TdClassName
{
border-color: #F5D45E;
}
.TagClassName
{
border-color: #F5D45E;
}
</style>