Shades of Corn #F2F058
Tints of Corn #F2F058
RGB
CMYK
RGB Variations
Color information
#F2F058 (or 0xF2F058) is known color: Corn. HEX triplet: F2, F0 and 58. RGB value is (242,240,88). Sum of RGB (Red+Green+Blue) = 242+240+88=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 88 (34.77% from 255 or 15.44% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F058 is #0D0FA7. Grayscale: #DFDFDF. Windows color (decimal): -855976 or 5828850. OLE color: 5828850.
HSL color Cylindrical-coordinate representation of color #F2F058: hue angle of 59.22º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2F058 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 88 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.05 |
| HSL | 59.22º | 0.86% | 0.65% | - |
| HSV(B) | 59.22º | 0.64% | 0.95% | - |
| XYZ | 69.54 | 81.9 | 21.38 | - |
| YUV | 223.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 88 | 0 | 0.01 | 0.64 | 0.05 | 59.22 | 0.86 | 0.65 |
| Hex | F2 | F0 | 58 | 0 | 1 | 40 | 5 | 3B | 56 | 41 |
| Octal | 362 | 360 | 130 | 0 | 1 | 100 | 5 | 73 | 126 | 101 |
| Binary | 11110010 | 11110000 | 1011000 | 0 | 1 | 1000000 | 101 | 111011 | 1010110 | 1000001 |
Color Harmonies of #F2F058
Complementary color
Monochromatic Colors of #F2F058
Black with #F2F058
Text Example
Text Example
White with #F2F058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F058; }
p { color: rgb(242,240,88); }
H1.HeaderClassName
{
color: #F2F058;
}
.AnyTagClassName
{
color: #F2F058;
}
</style>
background-color css
<style>
a { background-color: #F2F058; }
a { background-color: rgb(242,240,88); }
div.DivClassName
{
background-color: #F2F058;
}
.BgClassName
{
background-color: #F2F058;
}
</style>
border-color css
<style>
span { border-color: #F2F058; }
span { border-color: rgb(242,240,88); }
td.TdClassName
{
border-color: #F2F058;
}
.TagClassName
{
border-color: #F2F058;
}
</style>