Shades of Corn #F7F058
Tints of Corn #F7F058
RGB
CMYK
RGB Variations
Color information
#F7F058 (or 0xF7F058) is known color: Corn. HEX triplet: F7, F0 and 58. RGB value is (247,240,88). Sum of RGB (Red+Green+Blue) = 247+240+88=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 88 (34.77% from 255 or 15.30% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F058 is #080FA7. Grayscale: #E1E1E1. Windows color (decimal): -528296 or 5828855. OLE color: 5828855.
HSL color Cylindrical-coordinate representation of color #F7F058: hue angle of 57.36º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7F058 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 88 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.03 |
| HSL | 57.36º | 0.91% | 0.66% | - |
| HSV(B) | 57.36º | 0.64% | 0.97% | - |
| XYZ | 71.28 | 82.8 | 21.46 | - |
| YUV | 224.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 88 | 0 | 0.03 | 0.64 | 0.03 | 57.36 | 0.91 | 0.66 |
| Hex | F7 | F0 | 58 | 0 | 3 | 40 | 3 | 39 | 5B | 42 |
| Octal | 367 | 360 | 130 | 0 | 3 | 100 | 3 | 71 | 133 | 102 |
| Binary | 11110111 | 11110000 | 1011000 | 0 | 11 | 1000000 | 11 | 111001 | 1011011 | 1000010 |
Color Harmonies of #F7F058
Complementary color
Monochromatic Colors of #F7F058
Black with #F7F058
Text Example
Text Example
White with #F7F058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F058; }
p { color: rgb(247,240,88); }
H1.HeaderClassName
{
color: #F7F058;
}
.AnyTagClassName
{
color: #F7F058;
}
</style>
background-color css
<style>
a { background-color: #F7F058; }
a { background-color: rgb(247,240,88); }
div.DivClassName
{
background-color: #F7F058;
}
.BgClassName
{
background-color: #F7F058;
}
</style>
border-color css
<style>
span { border-color: #F7F058; }
span { border-color: rgb(247,240,88); }
td.TdClassName
{
border-color: #F7F058;
}
.TagClassName
{
border-color: #F7F058;
}
</style>