Shades of Corn #F7E15C
Tints of Corn #F7E15C
RGB
CMYK
RGB Variations
Color information
#F7E15C (or 0xF7E15C) is known color: Corn. HEX triplet: F7, E1 and 5C. RGB value is (247,225,92). Sum of RGB (Red+Green+Blue) = 247+225+92=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E15C is #081EA3. Grayscale: #D8D8D8. Windows color (decimal): -532132 or 6087159. OLE color: 6087159.
HSL color Cylindrical-coordinate representation of color #F7E15C: hue angle of 51.48º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7E15C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 92 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.03 |
| HSL | 51.48º | 0.91% | 0.66% | - |
| HSV(B) | 51.48º | 0.63% | 0.97% | - |
| XYZ | 67.21 | 74.4 | 20.94 | - |
| YUV | 216.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 92 | 0 | 0.09 | 0.63 | 0.03 | 51.48 | 0.91 | 0.66 |
| Hex | F7 | E1 | 5C | 0 | 9 | 3F | 3 | 33 | 5B | 42 |
| Octal | 367 | 341 | 134 | 0 | 11 | 77 | 3 | 63 | 133 | 102 |
| Binary | 11110111 | 11100001 | 1011100 | 0 | 1001 | 111111 | 11 | 110011 | 1011011 | 1000010 |
Color Harmonies of #F7E15C
Complementary color
Monochromatic Colors of #F7E15C
Black with #F7E15C
Text Example
Text Example
White with #F7E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E15C; }
p { color: rgb(247,225,92); }
H1.HeaderClassName
{
color: #F7E15C;
}
.AnyTagClassName
{
color: #F7E15C;
}
</style>
background-color css
<style>
a { background-color: #F7E15C; }
a { background-color: rgb(247,225,92); }
div.DivClassName
{
background-color: #F7E15C;
}
.BgClassName
{
background-color: #F7E15C;
}
</style>
border-color css
<style>
span { border-color: #F7E15C; }
span { border-color: rgb(247,225,92); }
td.TdClassName
{
border-color: #F7E15C;
}
.TagClassName
{
border-color: #F7E15C;
}
</style>