Shades of Corn #F7E266
Tints of Corn #F7E266
RGB
CMYK
RGB Variations
Color information
#F7E266 (or 0xF7E266) is known color: Corn. HEX triplet: F7, E2 and 66. RGB value is (247,226,102). Sum of RGB (Red+Green+Blue) = 247+226+102=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E266 is #081D99. Grayscale: #DADADA. Windows color (decimal): -531866 or 6742775. OLE color: 6742775.
HSL color Cylindrical-coordinate representation of color #F7E266: hue angle of 51.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7E266 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 102 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.03 |
| HSL | 51.31º | 0.9% | 0.68% | - |
| HSV(B) | 51.31º | 0.59% | 0.97% | - |
| XYZ | 67.95 | 75.13 | 23.49 | - |
| YUV | 218.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 102 | 0 | 0.09 | 0.59 | 0.03 | 51.31 | 0.9 | 0.68 |
| Hex | F7 | E2 | 66 | 0 | 9 | 3B | 3 | 33 | 5A | 44 |
| Octal | 367 | 342 | 146 | 0 | 11 | 73 | 3 | 63 | 132 | 104 |
| Binary | 11110111 | 11100010 | 1100110 | 0 | 1001 | 111011 | 11 | 110011 | 1011010 | 1000100 |
Color Harmonies of #F7E266
Complementary color
Monochromatic Colors of #F7E266
Black with #F7E266
Text Example
Text Example
White with #F7E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E266; }
p { color: rgb(247,226,102); }
H1.HeaderClassName
{
color: #F7E266;
}
.AnyTagClassName
{
color: #F7E266;
}
</style>
background-color css
<style>
a { background-color: #F7E266; }
a { background-color: rgb(247,226,102); }
div.DivClassName
{
background-color: #F7E266;
}
.BgClassName
{
background-color: #F7E266;
}
</style>
border-color css
<style>
span { border-color: #F7E266; }
span { border-color: rgb(247,226,102); }
td.TdClassName
{
border-color: #F7E266;
}
.TagClassName
{
border-color: #F7E266;
}
</style>