Shades of Corn #F2E85A
Tints of Corn #F2E85A
RGB
CMYK
RGB Variations
Color information
#F2E85A (or 0xF2E85A) is known color: Corn. HEX triplet: F2, E8 and 5A. RGB value is (242,232,90). Sum of RGB (Red+Green+Blue) = 242+232+90=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E85A is #0D17A5. Grayscale: #DBDBDB. Windows color (decimal): -858022 or 5957874. OLE color: 5957874.
HSL color Cylindrical-coordinate representation of color #F2E85A: hue angle of 56.05º 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 #F2E85A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 90 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.05 |
| HSL | 56.05º | 0.85% | 0.65% | - |
| HSV(B) | 56.05º | 0.63% | 0.95% | - |
| XYZ | 67.32 | 77.33 | 21.05 | - |
| YUV | 218.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 90 | 0 | 0.04 | 0.63 | 0.05 | 56.05 | 0.85 | 0.65 |
| Hex | F2 | E8 | 5A | 0 | 4 | 3F | 5 | 38 | 55 | 41 |
| Octal | 362 | 350 | 132 | 0 | 4 | 77 | 5 | 70 | 125 | 101 |
| Binary | 11110010 | 11101000 | 1011010 | 0 | 100 | 111111 | 101 | 111000 | 1010101 | 1000001 |
Color Harmonies of #F2E85A
Complementary color
Monochromatic Colors of #F2E85A
Black with #F2E85A
Text Example
Text Example
White with #F2E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E85A; }
p { color: rgb(242,232,90); }
H1.HeaderClassName
{
color: #F2E85A;
}
.AnyTagClassName
{
color: #F2E85A;
}
</style>
background-color css
<style>
a { background-color: #F2E85A; }
a { background-color: rgb(242,232,90); }
div.DivClassName
{
background-color: #F2E85A;
}
.BgClassName
{
background-color: #F2E85A;
}
</style>
border-color css
<style>
span { border-color: #F2E85A; }
span { border-color: rgb(242,232,90); }
td.TdClassName
{
border-color: #F2E85A;
}
.TagClassName
{
border-color: #F2E85A;
}
</style>