Shades of Corn #F7E267
Tints of Corn #F7E267
RGB
CMYK
RGB Variations
Color information
#F7E267 (or 0xF7E267) is known color: Corn. HEX triplet: F7, E2 and 67. RGB value is (247,226,103). Sum of RGB (Red+Green+Blue) = 247+226+103=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E267 is #081D98. Grayscale: #DADADA. Windows color (decimal): -531865 or 6808311. OLE color: 6808311.
HSL color Cylindrical-coordinate representation of color #F7E267: hue angle of 51.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7E267 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 103 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.03 |
| HSL | 51.25º | 0.9% | 0.69% | - |
| HSV(B) | 51.25º | 0.58% | 0.97% | - |
| XYZ | 68 | 75.15 | 23.75 | - |
| YUV | 218.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 103 | 0 | 0.09 | 0.58 | 0.03 | 51.25 | 0.9 | 0.69 |
| Hex | F7 | E2 | 67 | 0 | 9 | 3A | 3 | 33 | 5A | 45 |
| Octal | 367 | 342 | 147 | 0 | 11 | 72 | 3 | 63 | 132 | 105 |
| Binary | 11110111 | 11100010 | 1100111 | 0 | 1001 | 111010 | 11 | 110011 | 1011010 | 1000101 |
Color Harmonies of #F7E267
Complementary color
Monochromatic Colors of #F7E267
Black with #F7E267
Text Example
Text Example
White with #F7E267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E267; }
p { color: rgb(247,226,103); }
H1.HeaderClassName
{
color: #F7E267;
}
.AnyTagClassName
{
color: #F7E267;
}
</style>
background-color css
<style>
a { background-color: #F7E267; }
a { background-color: rgb(247,226,103); }
div.DivClassName
{
background-color: #F7E267;
}
.BgClassName
{
background-color: #F7E267;
}
</style>
border-color css
<style>
span { border-color: #F7E267; }
span { border-color: rgb(247,226,103); }
td.TdClassName
{
border-color: #F7E267;
}
.TagClassName
{
border-color: #F7E267;
}
</style>