Shades of Corn #F2E565
Tints of Corn #F2E565
RGB
CMYK
RGB Variations
Color information
#F2E565 (or 0xF2E565) is known color: Corn. HEX triplet: F2, E5 and 65. RGB value is (242,229,101). Sum of RGB (Red+Green+Blue) = 242+229+101=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 101 (39.84% from 255 or 17.66% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E565 is #0D1A9A. Grayscale: #DADADA. Windows color (decimal): -858779 or 6678002. OLE color: 6678002.
HSL color Cylindrical-coordinate representation of color #F2E565: hue angle of 54.47º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2E565 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 101 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.05 |
| HSL | 54.47º | 0.84% | 0.67% | - |
| HSV(B) | 54.47º | 0.58% | 0.95% | - |
| XYZ | 66.99 | 75.86 | 23.42 | - |
| YUV | 218.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 101 | 0 | 0.05 | 0.58 | 0.05 | 54.47 | 0.84 | 0.67 |
| Hex | F2 | E5 | 65 | 0 | 5 | 3A | 5 | 36 | 54 | 43 |
| Octal | 362 | 345 | 145 | 0 | 5 | 72 | 5 | 66 | 124 | 103 |
| Binary | 11110010 | 11100101 | 1100101 | 0 | 101 | 111010 | 101 | 110110 | 1010100 | 1000011 |
Color Harmonies of #F2E565
Complementary color
Monochromatic Colors of #F2E565
Black with #F2E565
Text Example
Text Example
White with #F2E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E565; }
p { color: rgb(242,229,101); }
H1.HeaderClassName
{
color: #F2E565;
}
.AnyTagClassName
{
color: #F2E565;
}
</style>
background-color css
<style>
a { background-color: #F2E565; }
a { background-color: rgb(242,229,101); }
div.DivClassName
{
background-color: #F2E565;
}
.BgClassName
{
background-color: #F2E565;
}
</style>
border-color css
<style>
span { border-color: #F2E565; }
span { border-color: rgb(242,229,101); }
td.TdClassName
{
border-color: #F2E565;
}
.TagClassName
{
border-color: #F2E565;
}
</style>