Shades of Corn #F2E465
Tints of Corn #F2E465
RGB
CMYK
RGB Variations
Color information
#F2E465 (or 0xF2E465) is known color: Corn. HEX triplet: F2, E4 and 65. RGB value is (242,228,101). Sum of RGB (Red+Green+Blue) = 242+228+101=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E465 is #0D1B9A. Grayscale: #DADADA. Windows color (decimal): -859035 or 6677746. OLE color: 6677746.
HSL color Cylindrical-coordinate representation of color #F2E465: hue angle of 54.04º 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 #F2E465 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 101 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.05 |
| HSL | 54.04º | 0.84% | 0.67% | - |
| HSV(B) | 54.04º | 0.58% | 0.95% | - |
| XYZ | 66.71 | 75.3 | 23.33 | - |
| YUV | 217.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 101 | 0 | 0.06 | 0.58 | 0.05 | 54.04 | 0.84 | 0.67 |
| Hex | F2 | E4 | 65 | 0 | 6 | 3A | 5 | 36 | 54 | 43 |
| Octal | 362 | 344 | 145 | 0 | 6 | 72 | 5 | 66 | 124 | 103 |
| Binary | 11110010 | 11100100 | 1100101 | 0 | 110 | 111010 | 101 | 110110 | 1010100 | 1000011 |
Color Harmonies of #F2E465
Complementary color
Monochromatic Colors of #F2E465
Black with #F2E465
Text Example
Text Example
White with #F2E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E465; }
p { color: rgb(242,228,101); }
H1.HeaderClassName
{
color: #F2E465;
}
.AnyTagClassName
{
color: #F2E465;
}
</style>
background-color css
<style>
a { background-color: #F2E465; }
a { background-color: rgb(242,228,101); }
div.DivClassName
{
background-color: #F2E465;
}
.BgClassName
{
background-color: #F2E465;
}
</style>
border-color css
<style>
span { border-color: #F2E465; }
span { border-color: rgb(242,228,101); }
td.TdClassName
{
border-color: #F2E465;
}
.TagClassName
{
border-color: #F2E465;
}
</style>