Shades of Corn #F7F05C
Tints of Corn #F7F05C
RGB
CMYK
RGB Variations
Color information
#F7F05C (or 0xF7F05C) is known color: Corn. HEX triplet: F7, F0 and 5C. RGB value is (247,240,92). Sum of RGB (Red+Green+Blue) = 247+240+92=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 92 (36.33% from 255 or 15.89% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F05C is #080FA3. Grayscale: #E1E1E1. Windows color (decimal): -528292 or 6090999. OLE color: 6090999.
HSL color Cylindrical-coordinate representation of color #F7F05C: hue angle of 57.29º 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 #F7F05C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 92 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.03 |
| HSL | 57.29º | 0.91% | 0.66% | - |
| HSV(B) | 57.29º | 0.63% | 0.97% | - |
| XYZ | 71.45 | 82.87 | 22.35 | - |
| YUV | 225.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 92 | 0 | 0.03 | 0.63 | 0.03 | 57.29 | 0.91 | 0.66 |
| Hex | F7 | F0 | 5C | 0 | 3 | 3F | 3 | 39 | 5B | 42 |
| Octal | 367 | 360 | 134 | 0 | 3 | 77 | 3 | 71 | 133 | 102 |
| Binary | 11110111 | 11110000 | 1011100 | 0 | 11 | 111111 | 11 | 111001 | 1011011 | 1000010 |
Color Harmonies of #F7F05C
Complementary color
Monochromatic Colors of #F7F05C
Black with #F7F05C
Text Example
Text Example
White with #F7F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F05C; }
p { color: rgb(247,240,92); }
H1.HeaderClassName
{
color: #F7F05C;
}
.AnyTagClassName
{
color: #F7F05C;
}
</style>
background-color css
<style>
a { background-color: #F7F05C; }
a { background-color: rgb(247,240,92); }
div.DivClassName
{
background-color: #F7F05C;
}
.BgClassName
{
background-color: #F7F05C;
}
</style>
border-color css
<style>
span { border-color: #F7F05C; }
span { border-color: rgb(247,240,92); }
td.TdClassName
{
border-color: #F7F05C;
}
.TagClassName
{
border-color: #F7F05C;
}
</style>