Shades of Corn #F7E265
Tints of Corn #F7E265
RGB
CMYK
RGB Variations
Color information
#F7E265 (or 0xF7E265) is known color: Corn. HEX triplet: F7, E2 and 65. RGB value is (247,226,101). Sum of RGB (Red+Green+Blue) = 247+226+101=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E265 is #081D9A. Grayscale: #DADADA. Windows color (decimal): -531867 or 6677239. OLE color: 6677239.
HSL color Cylindrical-coordinate representation of color #F7E265: hue angle of 51.37º 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 #F7E265 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 101 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.03 |
| HSL | 51.37º | 0.9% | 0.68% | - |
| HSV(B) | 51.37º | 0.59% | 0.97% | - |
| XYZ | 67.9 | 75.11 | 23.23 | - |
| YUV | 218.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 101 | 0 | 0.09 | 0.59 | 0.03 | 51.37 | 0.9 | 0.68 |
| Hex | F7 | E2 | 65 | 0 | 9 | 3B | 3 | 33 | 5A | 44 |
| Octal | 367 | 342 | 145 | 0 | 11 | 73 | 3 | 63 | 132 | 104 |
| Binary | 11110111 | 11100010 | 1100101 | 0 | 1001 | 111011 | 11 | 110011 | 1011010 | 1000100 |
Color Harmonies of #F7E265
Complementary color
Monochromatic Colors of #F7E265
Black with #F7E265
Text Example
Text Example
White with #F7E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E265; }
p { color: rgb(247,226,101); }
H1.HeaderClassName
{
color: #F7E265;
}
.AnyTagClassName
{
color: #F7E265;
}
</style>
background-color css
<style>
a { background-color: #F7E265; }
a { background-color: rgb(247,226,101); }
div.DivClassName
{
background-color: #F7E265;
}
.BgClassName
{
background-color: #F7E265;
}
</style>
border-color css
<style>
span { border-color: #F7E265; }
span { border-color: rgb(247,226,101); }
td.TdClassName
{
border-color: #F7E265;
}
.TagClassName
{
border-color: #F7E265;
}
</style>