Shades of Sweet Corn #F2E067
Tints of Sweet Corn #F2E067
RGB
CMYK
RGB Variations
Color information
#F2E067 (or 0xF2E067) is known color: Sweet Corn. HEX triplet: F2, E0 and 67. RGB value is (242,224,103). Sum of RGB (Red+Green+Blue) = 242+224+103=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 103 (40.62% from 255 or 18.10% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E067 is #0D1F98. Grayscale: #D8D8D8. Windows color (decimal): -860057 or 6807794. OLE color: 6807794.
HSL color Cylindrical-coordinate representation of color #F2E067: hue angle of 52.23º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2E067 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 103 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.05 |
| HSL | 52.23º | 0.84% | 0.68% | - |
| HSV(B) | 52.23º | 0.57% | 0.95% | - |
| XYZ | 65.72 | 73.17 | 23.49 | - |
| YUV | 215.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 103 | 0 | 0.07 | 0.57 | 0.05 | 52.23 | 0.84 | 0.68 |
| Hex | F2 | E0 | 67 | 0 | 7 | 39 | 5 | 34 | 54 | 44 |
| Octal | 362 | 340 | 147 | 0 | 7 | 71 | 5 | 64 | 124 | 104 |
| Binary | 11110010 | 11100000 | 1100111 | 0 | 111 | 111001 | 101 | 110100 | 1010100 | 1000100 |
Color Harmonies of #F2E067
Complementary color
Monochromatic Colors of #F2E067
Black with #F2E067
Text Example
Text Example
White with #F2E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E067; }
p { color: rgb(242,224,103); }
H1.HeaderClassName
{
color: #F2E067;
}
.AnyTagClassName
{
color: #F2E067;
}
</style>
background-color css
<style>
a { background-color: #F2E067; }
a { background-color: rgb(242,224,103); }
div.DivClassName
{
background-color: #F2E067;
}
.BgClassName
{
background-color: #F2E067;
}
</style>
border-color css
<style>
span { border-color: #F2E067; }
span { border-color: rgb(242,224,103); }
td.TdClassName
{
border-color: #F2E067;
}
.TagClassName
{
border-color: #F2E067;
}
</style>