Shades of Corn #F7F160
Tints of Corn #F7F160
RGB
CMYK
RGB Variations
Color information
#F7F160 (or 0xF7F160) is known color: Corn. HEX triplet: F7, F1 and 60. RGB value is (247,241,96). Sum of RGB (Red+Green+Blue) = 247+241+96=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 96 (37.89% from 255 or 16.44% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F160 is #080E9F. Grayscale: #E2E2E2. Windows color (decimal): -528032 or 6353399. OLE color: 6353399.
HSL color Cylindrical-coordinate representation of color #F7F160: hue angle of 57.62º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7F160 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 96 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.03 |
| HSL | 57.62º | 0.9% | 0.67% | - |
| HSV(B) | 57.62º | 0.61% | 0.97% | - |
| XYZ | 71.92 | 83.53 | 23.4 | - |
| YUV | 226.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 96 | 0 | 0.02 | 0.61 | 0.03 | 57.62 | 0.9 | 0.67 |
| Hex | F7 | F1 | 60 | 0 | 2 | 3D | 3 | 3A | 5A | 43 |
| Octal | 367 | 361 | 140 | 0 | 2 | 75 | 3 | 72 | 132 | 103 |
| Binary | 11110111 | 11110001 | 1100000 | 0 | 10 | 111101 | 11 | 111010 | 1011010 | 1000011 |
Color Harmonies of #F7F160
Complementary color
Monochromatic Colors of #F7F160
Black with #F7F160
Text Example
Text Example
White with #F7F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F160; }
p { color: rgb(247,241,96); }
H1.HeaderClassName
{
color: #F7F160;
}
.AnyTagClassName
{
color: #F7F160;
}
</style>
background-color css
<style>
a { background-color: #F7F160; }
a { background-color: rgb(247,241,96); }
div.DivClassName
{
background-color: #F7F160;
}
.BgClassName
{
background-color: #F7F160;
}
</style>
border-color css
<style>
span { border-color: #F7F160; }
span { border-color: rgb(247,241,96); }
td.TdClassName
{
border-color: #F7F160;
}
.TagClassName
{
border-color: #F7F160;
}
</style>