Shades of Sweet Corn #F9E276
Tints of Sweet Corn #F9E276
RGB
CMYK
RGB Variations
Color information
#F9E276 (or 0xF9E276) is known color: Sweet Corn. HEX triplet: F9, E2 and 76. RGB value is (249,226,118). Sum of RGB (Red+Green+Blue) = 249+226+118=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E276 is #061D89. Grayscale: #DDDDDD. Windows color (decimal): -400778 or 7791353. OLE color: 7791353.
HSL color Cylindrical-coordinate representation of color #F9E276: hue angle of 49.47º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9E276 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 118 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.02 |
| HSL | 49.47º | 0.92% | 0.72% | - |
| HSV(B) | 49.47º | 0.53% | 0.98% | - |
| XYZ | 69.53 | 75.84 | 28.11 | - |
| YUV | 220.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 118 | 0 | 0.09 | 0.53 | 0.02 | 49.47 | 0.92 | 0.72 |
| Hex | F9 | E2 | 76 | 0 | 9 | 35 | 2 | 31 | 5C | 48 |
| Octal | 371 | 342 | 166 | 0 | 11 | 65 | 2 | 61 | 134 | 110 |
| Binary | 11111001 | 11100010 | 1110110 | 0 | 1001 | 110101 | 10 | 110001 | 1011100 | 1001000 |
Color Harmonies of #F9E276
Complementary color
Monochromatic Colors of #F9E276
Black with #F9E276
Text Example
Text Example
White with #F9E276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E276; }
p { color: rgb(249,226,118); }
H1.HeaderClassName
{
color: #F9E276;
}
.AnyTagClassName
{
color: #F9E276;
}
</style>
background-color css
<style>
a { background-color: #F9E276; }
a { background-color: rgb(249,226,118); }
div.DivClassName
{
background-color: #F9E276;
}
.BgClassName
{
background-color: #F9E276;
}
</style>
border-color css
<style>
span { border-color: #F9E276; }
span { border-color: rgb(249,226,118); }
td.TdClassName
{
border-color: #F9E276;
}
.TagClassName
{
border-color: #F9E276;
}
</style>