Shades of Corn #F2E664
Tints of Corn #F2E664
RGB
CMYK
RGB Variations
Color information
#F2E664 (or 0xF2E664) is known color: Corn. HEX triplet: F2, E6 and 64. RGB value is (242,230,100). Sum of RGB (Red+Green+Blue) = 242+230+100=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E664 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E664 is #0D199B. Grayscale: #DBDBDB. Windows color (decimal): -858524 or 6612722. OLE color: 6612722.
HSL color Cylindrical-coordinate representation of color #F2E664: hue angle of 54.93º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2E664 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 100 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.05 |
| HSL | 54.93º | 0.85% | 0.67% | - |
| HSV(B) | 54.93º | 0.59% | 0.95% | - |
| XYZ | 67.22 | 76.39 | 23.26 | - |
| YUV | 218.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 100 | 0 | 0.05 | 0.59 | 0.05 | 54.93 | 0.85 | 0.67 |
| Hex | F2 | E6 | 64 | 0 | 5 | 3B | 5 | 37 | 55 | 43 |
| Octal | 362 | 346 | 144 | 0 | 5 | 73 | 5 | 67 | 125 | 103 |
| Binary | 11110010 | 11100110 | 1100100 | 0 | 101 | 111011 | 101 | 110111 | 1010101 | 1000011 |
Color Harmonies of #F2E664
Complementary color
Monochromatic Colors of #F2E664
Black with #F2E664
Text Example
Text Example
White with #F2E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E664; }
p { color: rgb(242,230,100); }
H1.HeaderClassName
{
color: #F2E664;
}
.AnyTagClassName
{
color: #F2E664;
}
</style>
background-color css
<style>
a { background-color: #F2E664; }
a { background-color: rgb(242,230,100); }
div.DivClassName
{
background-color: #F2E664;
}
.BgClassName
{
background-color: #F2E664;
}
</style>
border-color css
<style>
span { border-color: #F2E664; }
span { border-color: rgb(242,230,100); }
td.TdClassName
{
border-color: #F2E664;
}
.TagClassName
{
border-color: #F2E664;
}
</style>