Shades of Sweet Corn #F2E27A
Tints of Sweet Corn #F2E27A
RGB
CMYK
RGB Variations
Color information
#F2E27A (or 0xF2E27A) is known color: Sweet Corn. HEX triplet: F2, E2 and 7A. RGB value is (242,226,122). Sum of RGB (Red+Green+Blue) = 242+226+122=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E27A is #0D1D85. Grayscale: #DBDBDB. Windows color (decimal): -859526 or 8053490. OLE color: 8053490.
HSL color Cylindrical-coordinate representation of color #F2E27A: hue angle of 52º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2E27A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 122 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.05 |
| HSL | 52º | 0.82% | 0.71% | - |
| HSV(B) | 52º | 0.5% | 0.95% | - |
| XYZ | 67.33 | 74.68 | 29.28 | - |
| YUV | 218.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 122 | 0 | 0.07 | 0.50 | 0.05 | 52 | 0.82 | 0.71 |
| Hex | F2 | E2 | 7A | 0 | 7 | 32 | 5 | 34 | 52 | 47 |
| Octal | 362 | 342 | 172 | 0 | 7 | 62 | 5 | 64 | 122 | 107 |
| Binary | 11110010 | 11100010 | 1111010 | 0 | 111 | 110010 | 101 | 110100 | 1010010 | 1000111 |
Color Harmonies of #F2E27A
Complementary color
Monochromatic Colors of #F2E27A
Black with #F2E27A
Text Example
Text Example
White with #F2E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E27A; }
p { color: rgb(242,226,122); }
H1.HeaderClassName
{
color: #F2E27A;
}
.AnyTagClassName
{
color: #F2E27A;
}
</style>
background-color css
<style>
a { background-color: #F2E27A; }
a { background-color: rgb(242,226,122); }
div.DivClassName
{
background-color: #F2E27A;
}
.BgClassName
{
background-color: #F2E27A;
}
</style>
border-color css
<style>
span { border-color: #F2E27A; }
span { border-color: rgb(242,226,122); }
td.TdClassName
{
border-color: #F2E27A;
}
.TagClassName
{
border-color: #F2E27A;
}
</style>