Shades of Dandelion #F2D863
Tints of Dandelion #F2D863
RGB
CMYK
RGB Variations
Color information
#F2D863 (or 0xF2D863) is known color: Dandelion. HEX triplet: F2, D8 and 63. RGB value is (242,216,99). Sum of RGB (Red+Green+Blue) = 242+216+99=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D863 is #0D279C. Grayscale: #D2D2D2. Windows color (decimal): -862109 or 6543602. OLE color: 6543602.
HSL color Cylindrical-coordinate representation of color #F2D863: hue angle of 49.09º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2D863 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 99 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.05 |
| HSL | 49.09º | 0.85% | 0.67% | - |
| HSV(B) | 49.09º | 0.59% | 0.95% | - |
| XYZ | 63.43 | 68.89 | 21.76 | - |
| YUV | 210.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 99 | 0 | 0.11 | 0.59 | 0.05 | 49.09 | 0.85 | 0.67 |
| Hex | F2 | D8 | 63 | 0 | B | 3B | 5 | 31 | 55 | 43 |
| Octal | 362 | 330 | 143 | 0 | 13 | 73 | 5 | 61 | 125 | 103 |
| Binary | 11110010 | 11011000 | 1100011 | 0 | 1011 | 111011 | 101 | 110001 | 1010101 | 1000011 |
Color Harmonies of #F2D863
Complementary color
Monochromatic Colors of #F2D863
Black with #F2D863
Text Example
Text Example
White with #F2D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D863; }
p { color: rgb(242,216,99); }
H1.HeaderClassName
{
color: #F2D863;
}
.AnyTagClassName
{
color: #F2D863;
}
</style>
background-color css
<style>
a { background-color: #F2D863; }
a { background-color: rgb(242,216,99); }
div.DivClassName
{
background-color: #F2D863;
}
.BgClassName
{
background-color: #F2D863;
}
</style>
border-color css
<style>
span { border-color: #F2D863; }
span { border-color: rgb(242,216,99); }
td.TdClassName
{
border-color: #F2D863;
}
.TagClassName
{
border-color: #F2D863;
}
</style>