Shades of Dandelion #F9D45A
Tints of Dandelion #F9D45A
RGB
CMYK
RGB Variations
Color information
#F9D45A (or 0xF9D45A) is known color: Dandelion. HEX triplet: F9, D4 and 5A. RGB value is (249,212,90). Sum of RGB (Red+Green+Blue) = 249+212+90=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D45A is #062BA5. Grayscale: #D1D1D1. Windows color (decimal): -404390 or 5952761. OLE color: 5952761.
HSL color Cylindrical-coordinate representation of color #F9D45A: hue angle of 46.04º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9D45A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 90 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.02 |
| HSL | 46.04º | 0.93% | 0.66% | - |
| HSV(B) | 46.04º | 0.64% | 0.98% | - |
| XYZ | 64.46 | 67.96 | 19.39 | - |
| YUV | 209.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 90 | 0 | 0.15 | 0.64 | 0.02 | 46.04 | 0.93 | 0.66 |
| Hex | F9 | D4 | 5A | 0 | F | 40 | 2 | 2E | 5D | 42 |
| Octal | 371 | 324 | 132 | 0 | 17 | 100 | 2 | 56 | 135 | 102 |
| Binary | 11111001 | 11010100 | 1011010 | 0 | 1111 | 1000000 | 10 | 101110 | 1011101 | 1000010 |
Color Harmonies of #F9D45A
Complementary color
Monochromatic Colors of #F9D45A
Black with #F9D45A
Text Example
Text Example
White with #F9D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D45A; }
p { color: rgb(249,212,90); }
H1.HeaderClassName
{
color: #F9D45A;
}
.AnyTagClassName
{
color: #F9D45A;
}
</style>
background-color css
<style>
a { background-color: #F9D45A; }
a { background-color: rgb(249,212,90); }
div.DivClassName
{
background-color: #F9D45A;
}
.BgClassName
{
background-color: #F9D45A;
}
</style>
border-color css
<style>
span { border-color: #F9D45A; }
span { border-color: rgb(249,212,90); }
td.TdClassName
{
border-color: #F9D45A;
}
.TagClassName
{
border-color: #F9D45A;
}
</style>