Shades of Corn #F2F157
Tints of Corn #F2F157
RGB
CMYK
RGB Variations
Color information
#F2F157 (or 0xF2F157) is known color: Corn. HEX triplet: F2, F1 and 57. RGB value is (242,241,87). Sum of RGB (Red+Green+Blue) = 242+241+87=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 87 (34.38% from 255 or 15.26% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F157 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F157 is #0D0EA8. Grayscale: #E0E0E0. Windows color (decimal): -855721 or 5763570. OLE color: 5763570.
HSL color Cylindrical-coordinate representation of color #F2F157: hue angle of 59.61º 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 #F2F157 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 87 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.05 |
| HSL | 59.61º | 0.86% | 0.65% | - |
| HSV(B) | 59.61º | 0.64% | 0.95% | - |
| XYZ | 69.79 | 82.48 | 21.26 | - |
| YUV | 223.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 87 | 0 | 0.00 | 0.64 | 0.05 | 59.61 | 0.86 | 0.65 |
| Hex | F2 | F1 | 57 | 0 | 0 | 40 | 5 | 3C | 56 | 41 |
| Octal | 362 | 361 | 127 | 0 | 0 | 100 | 5 | 74 | 126 | 101 |
| Binary | 11110010 | 11110001 | 1010111 | 0 | 0 | 1000000 | 101 | 111100 | 1010110 | 1000001 |
Color Harmonies of #F2F157
Complementary color
Monochromatic Colors of #F2F157
Black with #F2F157
Text Example
Text Example
White with #F2F157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F157; }
p { color: rgb(242,241,87); }
H1.HeaderClassName
{
color: #F2F157;
}
.AnyTagClassName
{
color: #F2F157;
}
</style>
background-color css
<style>
a { background-color: #F2F157; }
a { background-color: rgb(242,241,87); }
div.DivClassName
{
background-color: #F2F157;
}
.BgClassName
{
background-color: #F2F157;
}
</style>
border-color css
<style>
span { border-color: #F2F157; }
span { border-color: rgb(242,241,87); }
td.TdClassName
{
border-color: #F2F157;
}
.TagClassName
{
border-color: #F2F157;
}
</style>