Shades of Corn #F2E665
Tints of Corn #F2E665
RGB
CMYK
RGB Variations
Color information
#F2E665 (or 0xF2E665) is known color: Corn. HEX triplet: F2, E6 and 65. RGB value is (242,230,101). Sum of RGB (Red+Green+Blue) = 242+230+101=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E665 is #0D199A. Grayscale: #DBDBDB. Windows color (decimal): -858523 or 6678258. OLE color: 6678258.
HSL color Cylindrical-coordinate representation of color #F2E665: hue angle of 54.89º 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 #F2E665 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 101 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.05 |
| HSL | 54.89º | 0.84% | 0.67% | - |
| HSV(B) | 54.89º | 0.58% | 0.95% | - |
| XYZ | 67.26 | 76.41 | 23.52 | - |
| YUV | 218.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 101 | 0 | 0.05 | 0.58 | 0.05 | 54.89 | 0.84 | 0.67 |
| Hex | F2 | E6 | 65 | 0 | 5 | 3A | 5 | 37 | 54 | 43 |
| Octal | 362 | 346 | 145 | 0 | 5 | 72 | 5 | 67 | 124 | 103 |
| Binary | 11110010 | 11100110 | 1100101 | 0 | 101 | 111010 | 101 | 110111 | 1010100 | 1000011 |
Color Harmonies of #F2E665
Complementary color
Monochromatic Colors of #F2E665
Black with #F2E665
Text Example
Text Example
White with #F2E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E665; }
p { color: rgb(242,230,101); }
H1.HeaderClassName
{
color: #F2E665;
}
.AnyTagClassName
{
color: #F2E665;
}
</style>
background-color css
<style>
a { background-color: #F2E665; }
a { background-color: rgb(242,230,101); }
div.DivClassName
{
background-color: #F2E665;
}
.BgClassName
{
background-color: #F2E665;
}
</style>
border-color css
<style>
span { border-color: #F2E665; }
span { border-color: rgb(242,230,101); }
td.TdClassName
{
border-color: #F2E665;
}
.TagClassName
{
border-color: #F2E665;
}
</style>