Shades of Corn #F7F265
Tints of Corn #F7F265
RGB
CMYK
RGB Variations
Color information
#F7F265 (or 0xF7F265) is known color: Corn. HEX triplet: F7, F2 and 65. RGB value is (247,242,101). Sum of RGB (Red+Green+Blue) = 247+242+101=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F265 is #080D9A. Grayscale: #E3E3E3. Windows color (decimal): -527771 or 6681335. OLE color: 6681335.
HSL color Cylindrical-coordinate representation of color #F7F265: hue angle of 57.95º 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 #F7F265 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 101 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.03 |
| HSL | 57.95º | 0.9% | 0.68% | - |
| HSV(B) | 57.95º | 0.59% | 0.97% | - |
| XYZ | 72.46 | 84.22 | 24.75 | - |
| YUV | 227.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 101 | 0 | 0.02 | 0.59 | 0.03 | 57.95 | 0.9 | 0.68 |
| Hex | F7 | F2 | 65 | 0 | 2 | 3B | 3 | 3A | 5A | 44 |
| Octal | 367 | 362 | 145 | 0 | 2 | 73 | 3 | 72 | 132 | 104 |
| Binary | 11110111 | 11110010 | 1100101 | 0 | 10 | 111011 | 11 | 111010 | 1011010 | 1000100 |
Color Harmonies of #F7F265
Complementary color
Monochromatic Colors of #F7F265
Black with #F7F265
Text Example
Text Example
White with #F7F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F265; }
p { color: rgb(247,242,101); }
H1.HeaderClassName
{
color: #F7F265;
}
.AnyTagClassName
{
color: #F7F265;
}
</style>
background-color css
<style>
a { background-color: #F7F265; }
a { background-color: rgb(247,242,101); }
div.DivClassName
{
background-color: #F7F265;
}
.BgClassName
{
background-color: #F7F265;
}
</style>
border-color css
<style>
span { border-color: #F7F265; }
span { border-color: rgb(247,242,101); }
td.TdClassName
{
border-color: #F7F265;
}
.TagClassName
{
border-color: #F7F265;
}
</style>