Shades of Sweet Corn #F9E770
Tints of Sweet Corn #F9E770
RGB
CMYK
RGB Variations
Color information
#F9E770 (or 0xF9E770) is known color: Sweet Corn. HEX triplet: F9, E7 and 70. RGB value is (249,231,112). Sum of RGB (Red+Green+Blue) = 249+231+112=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E770 is #06188F. Grayscale: #DFDFDF. Windows color (decimal): -399504 or 7399417. OLE color: 7399417.
HSL color Cylindrical-coordinate representation of color #F9E770: hue angle of 52.12º 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 #F9E770 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 112 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.02 |
| HSL | 52.12º | 0.92% | 0.71% | - |
| HSV(B) | 52.12º | 0.55% | 0.98% | - |
| XYZ | 70.57 | 78.46 | 26.75 | - |
| YUV | 222.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 112 | 0 | 0.07 | 0.55 | 0.02 | 52.12 | 0.92 | 0.71 |
| Hex | F9 | E7 | 70 | 0 | 7 | 37 | 2 | 34 | 5C | 47 |
| Octal | 371 | 347 | 160 | 0 | 7 | 67 | 2 | 64 | 134 | 107 |
| Binary | 11111001 | 11100111 | 1110000 | 0 | 111 | 110111 | 10 | 110100 | 1011100 | 1000111 |
Color Harmonies of #F9E770
Complementary color
Monochromatic Colors of #F9E770
Black with #F9E770
Text Example
Text Example
White with #F9E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E770; }
p { color: rgb(249,231,112); }
H1.HeaderClassName
{
color: #F9E770;
}
.AnyTagClassName
{
color: #F9E770;
}
</style>
background-color css
<style>
a { background-color: #F9E770; }
a { background-color: rgb(249,231,112); }
div.DivClassName
{
background-color: #F9E770;
}
.BgClassName
{
background-color: #F9E770;
}
</style>
border-color css
<style>
span { border-color: #F9E770; }
span { border-color: rgb(249,231,112); }
td.TdClassName
{
border-color: #F9E770;
}
.TagClassName
{
border-color: #F9E770;
}
</style>