Shades of Corn #F0EF5C
Tints of Corn #F0EF5C
RGB
CMYK
RGB Variations
Color information
#F0EF5C (or 0xF0EF5C) is known color: Corn. HEX triplet: F0, EF and 5C. RGB value is (240,239,92). Sum of RGB (Red+Green+Blue) = 240+239+92=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF5C is #0F10A3. Grayscale: #DFDFDF. Windows color (decimal): -987300 or 6090736. OLE color: 6090736.
HSL color Cylindrical-coordinate representation of color #F0EF5C: hue angle of 59.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0EF5C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 92 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.06 |
| HSL | 59.59º | 0.83% | 0.65% | - |
| HSV(B) | 59.59º | 0.62% | 0.94% | - |
| XYZ | 68.73 | 81.03 | 22.14 | - |
| YUV | 222.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 92 | 0 | 0.00 | 0.62 | 0.06 | 59.59 | 0.83 | 0.65 |
| Hex | F0 | EF | 5C | 0 | 0 | 3E | 6 | 3C | 53 | 41 |
| Octal | 360 | 357 | 134 | 0 | 0 | 76 | 6 | 74 | 123 | 101 |
| Binary | 11110000 | 11101111 | 1011100 | 0 | 0 | 111110 | 110 | 111100 | 1010011 | 1000001 |
Color Harmonies of #F0EF5C
Complementary color
Monochromatic Colors of #F0EF5C
Black with #F0EF5C
Text Example
Text Example
White with #F0EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF5C; }
p { color: rgb(240,239,92); }
H1.HeaderClassName
{
color: #F0EF5C;
}
.AnyTagClassName
{
color: #F0EF5C;
}
</style>
background-color css
<style>
a { background-color: #F0EF5C; }
a { background-color: rgb(240,239,92); }
div.DivClassName
{
background-color: #F0EF5C;
}
.BgClassName
{
background-color: #F0EF5C;
}
</style>
border-color css
<style>
span { border-color: #F0EF5C; }
span { border-color: rgb(240,239,92); }
td.TdClassName
{
border-color: #F0EF5C;
}
.TagClassName
{
border-color: #F0EF5C;
}
</style>