Shades of Sweet Corn #F2E277
Tints of Sweet Corn #F2E277
RGB
CMYK
RGB Variations
Color information
#F2E277 (or 0xF2E277) is known color: Sweet Corn. HEX triplet: F2, E2 and 77. RGB value is (242,226,119). Sum of RGB (Red+Green+Blue) = 242+226+119=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E277 is #0D1D88. Grayscale: #DBDBDB. Windows color (decimal): -859529 or 7856882. OLE color: 7856882.
HSL color Cylindrical-coordinate representation of color #F2E277: hue angle of 52.2º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2E277 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 119 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.05 |
| HSL | 52.2º | 0.83% | 0.71% | - |
| HSV(B) | 52.2º | 0.51% | 0.95% | - |
| XYZ | 67.14 | 74.6 | 28.31 | - |
| YUV | 218.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 119 | 0 | 0.07 | 0.51 | 0.05 | 52.2 | 0.83 | 0.71 |
| Hex | F2 | E2 | 77 | 0 | 7 | 33 | 5 | 34 | 53 | 47 |
| Octal | 362 | 342 | 167 | 0 | 7 | 63 | 5 | 64 | 123 | 107 |
| Binary | 11110010 | 11100010 | 1110111 | 0 | 111 | 110011 | 101 | 110100 | 1010011 | 1000111 |
Color Harmonies of #F2E277
Complementary color
Monochromatic Colors of #F2E277
Black with #F2E277
Text Example
Text Example
White with #F2E277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E277; }
p { color: rgb(242,226,119); }
H1.HeaderClassName
{
color: #F2E277;
}
.AnyTagClassName
{
color: #F2E277;
}
</style>
background-color css
<style>
a { background-color: #F2E277; }
a { background-color: rgb(242,226,119); }
div.DivClassName
{
background-color: #F2E277;
}
.BgClassName
{
background-color: #F2E277;
}
</style>
border-color css
<style>
span { border-color: #F2E277; }
span { border-color: rgb(242,226,119); }
td.TdClassName
{
border-color: #F2E277;
}
.TagClassName
{
border-color: #F2E277;
}
</style>