Shades of Corn #F0F157
Tints of Corn #F0F157
RGB
CMYK
RGB Variations
Color information
#F0F157 (or 0xF0F157) is known color: Corn. HEX triplet: F0, F1 and 57. RGB value is (240,241,87). Sum of RGB (Red+Green+Blue) = 240+241+87=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 87 (34.38% from 255 or 15.32% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F157 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F157 is #0F0EA8. Grayscale: #DFDFDF. Windows color (decimal): -986793 or 5763568. OLE color: 5763568.
HSL color Cylindrical-coordinate representation of color #F0F157: hue angle of 60.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0F157 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 87 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.05 |
| HSL | 60.39º | 0.85% | 0.64% | - |
| HSV(B) | 60.39º | 0.64% | 0.95% | - |
| XYZ | 69.11 | 82.12 | 21.23 | - |
| YUV | 223.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 87 | 0.00 | 0 | 0.64 | 0.05 | 60.39 | 0.85 | 0.64 |
| Hex | F0 | F1 | 57 | 0 | 0 | 40 | 5 | 3C | 55 | 40 |
| Octal | 360 | 361 | 127 | 0 | 0 | 100 | 5 | 74 | 125 | 100 |
| Binary | 11110000 | 11110001 | 1010111 | 0 | 0 | 1000000 | 101 | 111100 | 1010101 | 1000000 |
Color Harmonies of #F0F157
Complementary color
Monochromatic Colors of #F0F157
Black with #F0F157
Text Example
Text Example
White with #F0F157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F157; }
p { color: rgb(240,241,87); }
H1.HeaderClassName
{
color: #F0F157;
}
.AnyTagClassName
{
color: #F0F157;
}
</style>
background-color css
<style>
a { background-color: #F0F157; }
a { background-color: rgb(240,241,87); }
div.DivClassName
{
background-color: #F0F157;
}
.BgClassName
{
background-color: #F0F157;
}
</style>
border-color css
<style>
span { border-color: #F0F157; }
span { border-color: rgb(240,241,87); }
td.TdClassName
{
border-color: #F0F157;
}
.TagClassName
{
border-color: #F0F157;
}
</style>