Shades of Corn #F2E568
Tints of Corn #F2E568
RGB
CMYK
RGB Variations
Color information
#F2E568 (or 0xF2E568) is known color: Corn. HEX triplet: F2, E5 and 68. RGB value is (242,229,104). Sum of RGB (Red+Green+Blue) = 242+229+104=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E568 is #0D1A97. Grayscale: #DBDBDB. Windows color (decimal): -858776 or 6874610. OLE color: 6874610.
HSL color Cylindrical-coordinate representation of color #F2E568: hue angle of 54.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2E568 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 104 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.05 |
| HSL | 54.35º | 0.84% | 0.68% | - |
| HSV(B) | 54.35º | 0.57% | 0.95% | - |
| XYZ | 67.14 | 75.92 | 24.21 | - |
| YUV | 218.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 104 | 0 | 0.05 | 0.57 | 0.05 | 54.35 | 0.84 | 0.68 |
| Hex | F2 | E5 | 68 | 0 | 5 | 39 | 5 | 36 | 54 | 44 |
| Octal | 362 | 345 | 150 | 0 | 5 | 71 | 5 | 66 | 124 | 104 |
| Binary | 11110010 | 11100101 | 1101000 | 0 | 101 | 111001 | 101 | 110110 | 1010100 | 1000100 |
Color Harmonies of #F2E568
Complementary color
Monochromatic Colors of #F2E568
Black with #F2E568
Text Example
Text Example
White with #F2E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E568; }
p { color: rgb(242,229,104); }
H1.HeaderClassName
{
color: #F2E568;
}
.AnyTagClassName
{
color: #F2E568;
}
</style>
background-color css
<style>
a { background-color: #F2E568; }
a { background-color: rgb(242,229,104); }
div.DivClassName
{
background-color: #F2E568;
}
.BgClassName
{
background-color: #F2E568;
}
</style>
border-color css
<style>
span { border-color: #F2E568; }
span { border-color: rgb(242,229,104); }
td.TdClassName
{
border-color: #F2E568;
}
.TagClassName
{
border-color: #F2E568;
}
</style>