Shades of Corn #F2E367
Tints of Corn #F2E367
RGB
CMYK
RGB Variations
Color information
#F2E367 (or 0xF2E367) is known color: Corn. HEX triplet: F2, E3 and 67. RGB value is (242,227,103). Sum of RGB (Red+Green+Blue) = 242+227+103=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 103 (40.62% from 255 or 18.01% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E367 is #0D1C98. Grayscale: #D9D9D9. Windows color (decimal): -859289 or 6808562. OLE color: 6808562.
HSL color Cylindrical-coordinate representation of color #F2E367: hue angle of 53.53º 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 #F2E367 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 103 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.05 |
| HSL | 53.53º | 0.84% | 0.68% | - |
| HSV(B) | 53.53º | 0.57% | 0.95% | - |
| XYZ | 66.54 | 74.79 | 23.76 | - |
| YUV | 217.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 103 | 0 | 0.06 | 0.57 | 0.05 | 53.53 | 0.84 | 0.68 |
| Hex | F2 | E3 | 67 | 0 | 6 | 39 | 5 | 36 | 54 | 44 |
| Octal | 362 | 343 | 147 | 0 | 6 | 71 | 5 | 66 | 124 | 104 |
| Binary | 11110010 | 11100011 | 1100111 | 0 | 110 | 111001 | 101 | 110110 | 1010100 | 1000100 |
Color Harmonies of #F2E367
Complementary color
Monochromatic Colors of #F2E367
Black with #F2E367
Text Example
Text Example
White with #F2E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E367; }
p { color: rgb(242,227,103); }
H1.HeaderClassName
{
color: #F2E367;
}
.AnyTagClassName
{
color: #F2E367;
}
</style>
background-color css
<style>
a { background-color: #F2E367; }
a { background-color: rgb(242,227,103); }
div.DivClassName
{
background-color: #F2E367;
}
.BgClassName
{
background-color: #F2E367;
}
</style>
border-color css
<style>
span { border-color: #F2E367; }
span { border-color: rgb(242,227,103); }
td.TdClassName
{
border-color: #F2E367;
}
.TagClassName
{
border-color: #F2E367;
}
</style>