Shades of Corn #F2E460
Tints of Corn #F2E460
RGB
CMYK
RGB Variations
Color information
#F2E460 (or 0xF2E460) is known color: Corn. HEX triplet: F2, E4 and 60. RGB value is (242,228,96). Sum of RGB (Red+Green+Blue) = 242+228+96=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E460 is #0D1B9F. Grayscale: #D9D9D9. Windows color (decimal): -859040 or 6350066. OLE color: 6350066.
HSL color Cylindrical-coordinate representation of color #F2E460: hue angle of 54.25º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2E460 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 96 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.05 |
| HSL | 54.25º | 0.85% | 0.66% | - |
| HSV(B) | 54.25º | 0.6% | 0.95% | - |
| XYZ | 66.47 | 75.21 | 22.08 | - |
| YUV | 217.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 96 | 0 | 0.06 | 0.60 | 0.05 | 54.25 | 0.85 | 0.66 |
| Hex | F2 | E4 | 60 | 0 | 6 | 3C | 5 | 36 | 55 | 42 |
| Octal | 362 | 344 | 140 | 0 | 6 | 74 | 5 | 66 | 125 | 102 |
| Binary | 11110010 | 11100100 | 1100000 | 0 | 110 | 111100 | 101 | 110110 | 1010101 | 1000010 |
Color Harmonies of #F2E460
Complementary color
Monochromatic Colors of #F2E460
Black with #F2E460
Text Example
Text Example
White with #F2E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E460; }
p { color: rgb(242,228,96); }
H1.HeaderClassName
{
color: #F2E460;
}
.AnyTagClassName
{
color: #F2E460;
}
</style>
background-color css
<style>
a { background-color: #F2E460; }
a { background-color: rgb(242,228,96); }
div.DivClassName
{
background-color: #F2E460;
}
.BgClassName
{
background-color: #F2E460;
}
</style>
border-color css
<style>
span { border-color: #F2E460; }
span { border-color: rgb(242,228,96); }
td.TdClassName
{
border-color: #F2E460;
}
.TagClassName
{
border-color: #F2E460;
}
</style>