Shades of Sweet Corn #F9E07A
Tints of Sweet Corn #F9E07A
RGB
CMYK
RGB Variations
Color information
#F9E07A (or 0xF9E07A) is known color: Sweet Corn. HEX triplet: F9, E0 and 7A. RGB value is (249,224,122). Sum of RGB (Red+Green+Blue) = 249+224+122=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E07A is #061F85. Grayscale: #DCDCDC. Windows color (decimal): -401286 or 8052985. OLE color: 8052985.
HSL color Cylindrical-coordinate representation of color #F9E07A: hue angle of 48.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9E07A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 122 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.02 |
| HSL | 48.19º | 0.91% | 0.73% | - |
| HSV(B) | 48.19º | 0.51% | 0.98% | - |
| XYZ | 69.24 | 74.86 | 29.21 | - |
| YUV | 219.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 122 | 0 | 0.10 | 0.51 | 0.02 | 48.19 | 0.91 | 0.73 |
| Hex | F9 | E0 | 7A | 0 | A | 33 | 2 | 30 | 5B | 49 |
| Octal | 371 | 340 | 172 | 0 | 12 | 63 | 2 | 60 | 133 | 111 |
| Binary | 11111001 | 11100000 | 1111010 | 0 | 1010 | 110011 | 10 | 110000 | 1011011 | 1001001 |
Color Harmonies of #F9E07A
Complementary color
Monochromatic Colors of #F9E07A
Black with #F9E07A
Text Example
Text Example
White with #F9E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E07A; }
p { color: rgb(249,224,122); }
H1.HeaderClassName
{
color: #F9E07A;
}
.AnyTagClassName
{
color: #F9E07A;
}
</style>
background-color css
<style>
a { background-color: #F9E07A; }
a { background-color: rgb(249,224,122); }
div.DivClassName
{
background-color: #F9E07A;
}
.BgClassName
{
background-color: #F9E07A;
}
</style>
border-color css
<style>
span { border-color: #F9E07A; }
span { border-color: rgb(249,224,122); }
td.TdClassName
{
border-color: #F9E07A;
}
.TagClassName
{
border-color: #F9E07A;
}
</style>