Shades of Corn #F2E35B
Tints of Corn #F2E35B
RGB
CMYK
RGB Variations
Color information
#F2E35B (or 0xF2E35B) is known color: Corn. HEX triplet: F2, E3 and 5B. RGB value is (242,227,91). Sum of RGB (Red+Green+Blue) = 242+227+91=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E35B is #0D1CA4. Grayscale: #D8D8D8. Windows color (decimal): -859301 or 6022130. OLE color: 6022130.
HSL color Cylindrical-coordinate representation of color #F2E35B: hue angle of 54.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2E35B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 91 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.05 |
| HSL | 54.04º | 0.85% | 0.65% | - |
| HSV(B) | 54.04º | 0.62% | 0.95% | - |
| XYZ | 65.98 | 74.57 | 20.81 | - |
| YUV | 215.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 91 | 0 | 0.06 | 0.62 | 0.05 | 54.04 | 0.85 | 0.65 |
| Hex | F2 | E3 | 5B | 0 | 6 | 3E | 5 | 36 | 55 | 41 |
| Octal | 362 | 343 | 133 | 0 | 6 | 76 | 5 | 66 | 125 | 101 |
| Binary | 11110010 | 11100011 | 1011011 | 0 | 110 | 111110 | 101 | 110110 | 1010101 | 1000001 |
Color Harmonies of #F2E35B
Complementary color
Monochromatic Colors of #F2E35B
Black with #F2E35B
Text Example
Text Example
White with #F2E35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E35B; }
p { color: rgb(242,227,91); }
H1.HeaderClassName
{
color: #F2E35B;
}
.AnyTagClassName
{
color: #F2E35B;
}
</style>
background-color css
<style>
a { background-color: #F2E35B; }
a { background-color: rgb(242,227,91); }
div.DivClassName
{
background-color: #F2E35B;
}
.BgClassName
{
background-color: #F2E35B;
}
</style>
border-color css
<style>
span { border-color: #F2E35B; }
span { border-color: rgb(242,227,91); }
td.TdClassName
{
border-color: #F2E35B;
}
.TagClassName
{
border-color: #F2E35B;
}
</style>