Shades of Sweet Corn #F9E370
Tints of Sweet Corn #F9E370
RGB
CMYK
RGB Variations
Color information
#F9E370 (or 0xF9E370) is known color: Sweet Corn. HEX triplet: F9, E3 and 70. RGB value is (249,227,112). Sum of RGB (Red+Green+Blue) = 249+227+112=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E370 is #061C8F. Grayscale: #DCDCDC. Windows color (decimal): -400528 or 7398393. OLE color: 7398393.
HSL color Cylindrical-coordinate representation of color #F9E370: hue angle of 50.36º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9E370 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 112 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.02 |
| HSL | 50.36º | 0.92% | 0.71% | - |
| HSV(B) | 50.36º | 0.55% | 0.98% | - |
| XYZ | 69.46 | 76.25 | 26.39 | - |
| YUV | 220.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 112 | 0 | 0.09 | 0.55 | 0.02 | 50.36 | 0.92 | 0.71 |
| Hex | F9 | E3 | 70 | 0 | 9 | 37 | 2 | 32 | 5C | 47 |
| Octal | 371 | 343 | 160 | 0 | 11 | 67 | 2 | 62 | 134 | 107 |
| Binary | 11111001 | 11100011 | 1110000 | 0 | 1001 | 110111 | 10 | 110010 | 1011100 | 1000111 |
Color Harmonies of #F9E370
Complementary color
Monochromatic Colors of #F9E370
Black with #F9E370
Text Example
Text Example
White with #F9E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E370; }
p { color: rgb(249,227,112); }
H1.HeaderClassName
{
color: #F9E370;
}
.AnyTagClassName
{
color: #F9E370;
}
</style>
background-color css
<style>
a { background-color: #F9E370; }
a { background-color: rgb(249,227,112); }
div.DivClassName
{
background-color: #F9E370;
}
.BgClassName
{
background-color: #F9E370;
}
</style>
border-color css
<style>
span { border-color: #F9E370; }
span { border-color: rgb(249,227,112); }
td.TdClassName
{
border-color: #F9E370;
}
.TagClassName
{
border-color: #F9E370;
}
</style>