Shades of Corn #F2EE5A
Tints of Corn #F2EE5A
RGB
CMYK
RGB Variations
Color information
#F2EE5A (or 0xF2EE5A) is known color: Corn. HEX triplet: F2, EE and 5A. RGB value is (242,238,90). Sum of RGB (Red+Green+Blue) = 242+238+90=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE5A is #0D11A5. Grayscale: #DEDEDE. Windows color (decimal): -856486 or 5959410. OLE color: 5959410.
HSL color Cylindrical-coordinate representation of color #F2EE5A: hue angle of 58.42º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2EE5A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 90 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.05 |
| HSL | 58.42º | 0.85% | 0.65% | - |
| HSV(B) | 58.42º | 0.63% | 0.95% | - |
| XYZ | 69.04 | 80.76 | 21.62 | - |
| YUV | 222.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 90 | 0 | 0.02 | 0.63 | 0.05 | 58.42 | 0.85 | 0.65 |
| Hex | F2 | EE | 5A | 0 | 2 | 3F | 5 | 3A | 55 | 41 |
| Octal | 362 | 356 | 132 | 0 | 2 | 77 | 5 | 72 | 125 | 101 |
| Binary | 11110010 | 11101110 | 1011010 | 0 | 10 | 111111 | 101 | 111010 | 1010101 | 1000001 |
Color Harmonies of #F2EE5A
Complementary color
Monochromatic Colors of #F2EE5A
Black with #F2EE5A
Text Example
Text Example
White with #F2EE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE5A; }
p { color: rgb(242,238,90); }
H1.HeaderClassName
{
color: #F2EE5A;
}
.AnyTagClassName
{
color: #F2EE5A;
}
</style>
background-color css
<style>
a { background-color: #F2EE5A; }
a { background-color: rgb(242,238,90); }
div.DivClassName
{
background-color: #F2EE5A;
}
.BgClassName
{
background-color: #F2EE5A;
}
</style>
border-color css
<style>
span { border-color: #F2EE5A; }
span { border-color: rgb(242,238,90); }
td.TdClassName
{
border-color: #F2EE5A;
}
.TagClassName
{
border-color: #F2EE5A;
}
</style>