Shades of Corn #F2F358
Tints of Corn #F2F358
RGB
CMYK
RGB Variations
Color information
#F2F358 (or 0xF2F358) is known color: Corn. HEX triplet: F2, F3 and 58. RGB value is (242,243,88). Sum of RGB (Red+Green+Blue) = 242+243+88=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 88 (34.77% from 255 or 15.36% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F358 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F358 is #0D0CA7. Grayscale: #E1E1E1. Windows color (decimal): -855208 or 5829618. OLE color: 5829618.
HSL color Cylindrical-coordinate representation of color #F2F358: hue angle of 60.39º degrees, saturation: 0.87, 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 #F2F358 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 88 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.05 |
| HSL | 60.39º | 0.87% | 0.65% | - |
| HSV(B) | 60.39º | 0.64% | 0.95% | - |
| XYZ | 70.43 | 83.68 | 21.67 | - |
| YUV | 225.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 88 | 0.00 | 0 | 0.64 | 0.05 | 60.39 | 0.87 | 0.65 |
| Hex | F2 | F3 | 58 | 0 | 0 | 40 | 5 | 3C | 57 | 41 |
| Octal | 362 | 363 | 130 | 0 | 0 | 100 | 5 | 74 | 127 | 101 |
| Binary | 11110010 | 11110011 | 1011000 | 0 | 0 | 1000000 | 101 | 111100 | 1010111 | 1000001 |
Color Harmonies of #F2F358
Complementary color
Monochromatic Colors of #F2F358
Black with #F2F358
Text Example
Text Example
White with #F2F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F358; }
p { color: rgb(242,243,88); }
H1.HeaderClassName
{
color: #F2F358;
}
.AnyTagClassName
{
color: #F2F358;
}
</style>
background-color css
<style>
a { background-color: #F2F358; }
a { background-color: rgb(242,243,88); }
div.DivClassName
{
background-color: #F2F358;
}
.BgClassName
{
background-color: #F2F358;
}
</style>
border-color css
<style>
span { border-color: #F2F358; }
span { border-color: rgb(242,243,88); }
td.TdClassName
{
border-color: #F2F358;
}
.TagClassName
{
border-color: #F2F358;
}
</style>