Shades of Sweet Corn #F3E072
Tints of Sweet Corn #F3E072
RGB
CMYK
RGB Variations
Color information
#F3E072 (or 0xF3E072) is known color: Sweet Corn. HEX triplet: F3, E0 and 72. RGB value is (243,224,114). Sum of RGB (Red+Green+Blue) = 243+224+114=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E072 is #0C1F8D. Grayscale: #D9D9D9. Windows color (decimal): -794510 or 7528691. OLE color: 7528691.
HSL color Cylindrical-coordinate representation of color #F3E072: hue angle of 51.16º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3E072 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 114 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.05 |
| HSL | 51.16º | 0.84% | 0.7% | - |
| HSV(B) | 51.16º | 0.53% | 0.95% | - |
| XYZ | 66.66 | 73.58 | 26.61 | - |
| YUV | 217.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 114 | 0 | 0.08 | 0.53 | 0.05 | 51.16 | 0.84 | 0.7 |
| Hex | F3 | E0 | 72 | 0 | 8 | 35 | 5 | 33 | 54 | 46 |
| Octal | 363 | 340 | 162 | 0 | 10 | 65 | 5 | 63 | 124 | 106 |
| Binary | 11110011 | 11100000 | 1110010 | 0 | 1000 | 110101 | 101 | 110011 | 1010100 | 1000110 |
Color Harmonies of #F3E072
Complementary color
Monochromatic Colors of #F3E072
Black with #F3E072
Text Example
Text Example
White with #F3E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E072; }
p { color: rgb(243,224,114); }
H1.HeaderClassName
{
color: #F3E072;
}
.AnyTagClassName
{
color: #F3E072;
}
</style>
background-color css
<style>
a { background-color: #F3E072; }
a { background-color: rgb(243,224,114); }
div.DivClassName
{
background-color: #F3E072;
}
.BgClassName
{
background-color: #F3E072;
}
</style>
border-color css
<style>
span { border-color: #F3E072; }
span { border-color: rgb(243,224,114); }
td.TdClassName
{
border-color: #F3E072;
}
.TagClassName
{
border-color: #F3E072;
}
</style>