Shades of Sweet Corn #F9E270
Tints of Sweet Corn #F9E270
RGB
CMYK
RGB Variations
Color information
#F9E270 (or 0xF9E270) is known color: Sweet Corn. HEX triplet: F9, E2 and 70. RGB value is (249,226,112). Sum of RGB (Red+Green+Blue) = 249+226+112=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E270 is #061D8F. Grayscale: #DCDCDC. Windows color (decimal): -400784 or 7398137. OLE color: 7398137.
HSL color Cylindrical-coordinate representation of color #F9E270: hue angle of 49.93º 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 #F9E270 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 112 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.02 |
| HSL | 49.93º | 0.92% | 0.71% | - |
| HSV(B) | 49.93º | 0.55% | 0.98% | - |
| XYZ | 69.19 | 75.7 | 26.29 | - |
| YUV | 219.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 112 | 0 | 0.09 | 0.55 | 0.02 | 49.93 | 0.92 | 0.71 |
| Hex | F9 | E2 | 70 | 0 | 9 | 37 | 2 | 32 | 5C | 47 |
| Octal | 371 | 342 | 160 | 0 | 11 | 67 | 2 | 62 | 134 | 107 |
| Binary | 11111001 | 11100010 | 1110000 | 0 | 1001 | 110111 | 10 | 110010 | 1011100 | 1000111 |
Color Harmonies of #F9E270
Complementary color
Monochromatic Colors of #F9E270
Black with #F9E270
Text Example
Text Example
White with #F9E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E270; }
p { color: rgb(249,226,112); }
H1.HeaderClassName
{
color: #F9E270;
}
.AnyTagClassName
{
color: #F9E270;
}
</style>
background-color css
<style>
a { background-color: #F9E270; }
a { background-color: rgb(249,226,112); }
div.DivClassName
{
background-color: #F9E270;
}
.BgClassName
{
background-color: #F9E270;
}
</style>
border-color css
<style>
span { border-color: #F9E270; }
span { border-color: rgb(249,226,112); }
td.TdClassName
{
border-color: #F9E270;
}
.TagClassName
{
border-color: #F9E270;
}
</style>