Shades of Corn #F7F360
Tints of Corn #F7F360
RGB
CMYK
RGB Variations
Color information
#F7F360 (or 0xF7F360) is known color: Corn. HEX triplet: F7, F3 and 60. RGB value is (247,243,96). Sum of RGB (Red+Green+Blue) = 247+243+96=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 96 (37.89% from 255 or 16.38% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F360 is #080C9F. Grayscale: #E4E4E4. Windows color (decimal): -527520 or 6353911. OLE color: 6353911.
HSL color Cylindrical-coordinate representation of color #F7F360: hue angle of 58.41º 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 #F7F360 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 243 | 96 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.03 |
| HSL | 58.41º | 0.9% | 0.67% | - |
| HSV(B) | 58.41º | 0.61% | 0.97% | - |
| XYZ | 72.52 | 84.72 | 23.6 | - |
| YUV | 227.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 243 | 96 | 0 | 0.02 | 0.61 | 0.03 | 58.41 | 0.9 | 0.67 |
| Hex | F7 | F3 | 60 | 0 | 2 | 3D | 3 | 3A | 5A | 43 |
| Octal | 367 | 363 | 140 | 0 | 2 | 75 | 3 | 72 | 132 | 103 |
| Binary | 11110111 | 11110011 | 1100000 | 0 | 10 | 111101 | 11 | 111010 | 1011010 | 1000011 |
Color Harmonies of #F7F360
Complementary color
Monochromatic Colors of #F7F360
Black with #F7F360
Text Example
Text Example
White with #F7F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F360; }
p { color: rgb(247,243,96); }
H1.HeaderClassName
{
color: #F7F360;
}
.AnyTagClassName
{
color: #F7F360;
}
</style>
background-color css
<style>
a { background-color: #F7F360; }
a { background-color: rgb(247,243,96); }
div.DivClassName
{
background-color: #F7F360;
}
.BgClassName
{
background-color: #F7F360;
}
</style>
border-color css
<style>
span { border-color: #F7F360; }
span { border-color: rgb(247,243,96); }
td.TdClassName
{
border-color: #F7F360;
}
.TagClassName
{
border-color: #F7F360;
}
</style>