Shades of Sweet Corn #F9DB6D
Tints of Sweet Corn #F9DB6D
RGB
CMYK
RGB Variations
Color information
#F9DB6D (or 0xF9DB6D) is known color: Sweet Corn. HEX triplet: F9, DB and 6D. RGB value is (249,219,109). Sum of RGB (Red+Green+Blue) = 249+219+109=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB6D is #062492. Grayscale: #D7D7D7. Windows color (decimal): -402579 or 7199737. OLE color: 7199737.
HSL color Cylindrical-coordinate representation of color #F9DB6D: hue angle of 47.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9DB6D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 109 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.02 |
| HSL | 47.14º | 0.92% | 0.7% | - |
| HSV(B) | 47.14º | 0.56% | 0.98% | - |
| XYZ | 67.16 | 71.91 | 24.81 | - |
| YUV | 215.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 109 | 0 | 0.12 | 0.56 | 0.02 | 47.14 | 0.92 | 0.7 |
| Hex | F9 | DB | 6D | 0 | C | 38 | 2 | 2F | 5C | 46 |
| Octal | 371 | 333 | 155 | 0 | 14 | 70 | 2 | 57 | 134 | 106 |
| Binary | 11111001 | 11011011 | 1101101 | 0 | 1100 | 111000 | 10 | 101111 | 1011100 | 1000110 |
Color Harmonies of #F9DB6D
Complementary color
Monochromatic Colors of #F9DB6D
Black with #F9DB6D
Text Example
Text Example
White with #F9DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB6D; }
p { color: rgb(249,219,109); }
H1.HeaderClassName
{
color: #F9DB6D;
}
.AnyTagClassName
{
color: #F9DB6D;
}
</style>
background-color css
<style>
a { background-color: #F9DB6D; }
a { background-color: rgb(249,219,109); }
div.DivClassName
{
background-color: #F9DB6D;
}
.BgClassName
{
background-color: #F9DB6D;
}
</style>
border-color css
<style>
span { border-color: #F9DB6D; }
span { border-color: rgb(249,219,109); }
td.TdClassName
{
border-color: #F9DB6D;
}
.TagClassName
{
border-color: #F9DB6D;
}
</style>