Shades of Corn #F2EF58
Tints of Corn #F2EF58
RGB
CMYK
RGB Variations
Color information
#F2EF58 (or 0xF2EF58) is known color: Corn. HEX triplet: F2, EF and 58. RGB value is (242,239,88). Sum of RGB (Red+Green+Blue) = 242+239+88=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 88 (34.77% from 255 or 15.47% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF58 is #0D10A7. Grayscale: #DFDFDF. Windows color (decimal): -856232 or 5828594. OLE color: 5828594.
HSL color Cylindrical-coordinate representation of color #F2EF58: hue angle of 58.83º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2EF58 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 88 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.05 |
| HSL | 58.83º | 0.86% | 0.65% | - |
| HSV(B) | 58.83º | 0.64% | 0.95% | - |
| XYZ | 69.25 | 81.31 | 21.28 | - |
| YUV | 222.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 88 | 0 | 0.01 | 0.64 | 0.05 | 58.83 | 0.86 | 0.65 |
| Hex | F2 | EF | 58 | 0 | 1 | 40 | 5 | 3B | 56 | 41 |
| Octal | 362 | 357 | 130 | 0 | 1 | 100 | 5 | 73 | 126 | 101 |
| Binary | 11110010 | 11101111 | 1011000 | 0 | 1 | 1000000 | 101 | 111011 | 1010110 | 1000001 |
Color Harmonies of #F2EF58
Complementary color
Monochromatic Colors of #F2EF58
Black with #F2EF58
Text Example
Text Example
White with #F2EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF58; }
p { color: rgb(242,239,88); }
H1.HeaderClassName
{
color: #F2EF58;
}
.AnyTagClassName
{
color: #F2EF58;
}
</style>
background-color css
<style>
a { background-color: #F2EF58; }
a { background-color: rgb(242,239,88); }
div.DivClassName
{
background-color: #F2EF58;
}
.BgClassName
{
background-color: #F2EF58;
}
</style>
border-color css
<style>
span { border-color: #F2EF58; }
span { border-color: rgb(242,239,88); }
td.TdClassName
{
border-color: #F2EF58;
}
.TagClassName
{
border-color: #F2EF58;
}
</style>