Shades of Sweet Corn #F2E375
Tints of Sweet Corn #F2E375
RGB
CMYK
RGB Variations
Color information
#F2E375 (or 0xF2E375) is known color: Sweet Corn. HEX triplet: F2, E3 and 75. RGB value is (242,227,117). Sum of RGB (Red+Green+Blue) = 242+227+117=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E375 is #0D1C8A. Grayscale: #DBDBDB. Windows color (decimal): -859275 or 7726066. OLE color: 7726066.
HSL color Cylindrical-coordinate representation of color #F2E375: hue angle of 52.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E375 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 117 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.05 |
| HSL | 52.8º | 0.83% | 0.7% | - |
| HSV(B) | 52.8º | 0.52% | 0.95% | - |
| XYZ | 67.3 | 75.1 | 27.78 | - |
| YUV | 218.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 117 | 0 | 0.06 | 0.52 | 0.05 | 52.8 | 0.83 | 0.7 |
| Hex | F2 | E3 | 75 | 0 | 6 | 34 | 5 | 35 | 53 | 46 |
| Octal | 362 | 343 | 165 | 0 | 6 | 64 | 5 | 65 | 123 | 106 |
| Binary | 11110010 | 11100011 | 1110101 | 0 | 110 | 110100 | 101 | 110101 | 1010011 | 1000110 |
Color Harmonies of #F2E375
Complementary color
Monochromatic Colors of #F2E375
Black with #F2E375
Text Example
Text Example
White with #F2E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E375; }
p { color: rgb(242,227,117); }
H1.HeaderClassName
{
color: #F2E375;
}
.AnyTagClassName
{
color: #F2E375;
}
</style>
background-color css
<style>
a { background-color: #F2E375; }
a { background-color: rgb(242,227,117); }
div.DivClassName
{
background-color: #F2E375;
}
.BgClassName
{
background-color: #F2E375;
}
</style>
border-color css
<style>
span { border-color: #F2E375; }
span { border-color: rgb(242,227,117); }
td.TdClassName
{
border-color: #F2E375;
}
.TagClassName
{
border-color: #F2E375;
}
</style>