Shades of Sweet Corn #F9D76C
Tints of Sweet Corn #F9D76C
RGB
CMYK
RGB Variations
Color information
#F9D76C (or 0xF9D76C) is known color: Sweet Corn. HEX triplet: F9, D7 and 6C. RGB value is (249,215,108). Sum of RGB (Red+Green+Blue) = 249+215+108=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D76C is #062893. Grayscale: #D5D5D5. Windows color (decimal): -403604 or 7133177. OLE color: 7133177.
HSL color Cylindrical-coordinate representation of color #F9D76C: hue angle of 45.53º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9D76C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 108 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.02 |
| HSL | 45.53º | 0.92% | 0.7% | - |
| HSV(B) | 45.53º | 0.57% | 0.98% | - |
| XYZ | 66.07 | 69.82 | 24.18 | - |
| YUV | 212.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 108 | 0 | 0.14 | 0.57 | 0.02 | 45.53 | 0.92 | 0.7 |
| Hex | F9 | D7 | 6C | 0 | E | 39 | 2 | 2E | 5C | 46 |
| Octal | 371 | 327 | 154 | 0 | 16 | 71 | 2 | 56 | 134 | 106 |
| Binary | 11111001 | 11010111 | 1101100 | 0 | 1110 | 111001 | 10 | 101110 | 1011100 | 1000110 |
Color Harmonies of #F9D76C
Complementary color
Monochromatic Colors of #F9D76C
Black with #F9D76C
Text Example
Text Example
White with #F9D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D76C; }
p { color: rgb(249,215,108); }
H1.HeaderClassName
{
color: #F9D76C;
}
.AnyTagClassName
{
color: #F9D76C;
}
</style>
background-color css
<style>
a { background-color: #F9D76C; }
a { background-color: rgb(249,215,108); }
div.DivClassName
{
background-color: #F9D76C;
}
.BgClassName
{
background-color: #F9D76C;
}
</style>
border-color css
<style>
span { border-color: #F9D76C; }
span { border-color: rgb(249,215,108); }
td.TdClassName
{
border-color: #F9D76C;
}
.TagClassName
{
border-color: #F9D76C;
}
</style>