Shades of Corn #F0F25C
Tints of Corn #F0F25C
RGB
CMYK
RGB Variations
Color information
#F0F25C (or 0xF0F25C) is known color: Corn. HEX triplet: F0, F2 and 5C. RGB value is (240,242,92). Sum of RGB (Red+Green+Blue) = 240+242+92=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F25C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F25C is #0F0DA3. Grayscale: #E0E0E0. Windows color (decimal): -986532 or 6091504. OLE color: 6091504.
HSL color Cylindrical-coordinate representation of color #F0F25C: hue angle of 60.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0F25C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 92 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.05 |
| HSL | 60.8º | 0.85% | 0.65% | - |
| HSV(B) | 60.8º | 0.62% | 0.95% | - |
| XYZ | 69.62 | 82.8 | 22.44 | - |
| YUV | 224.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 92 | 0.01 | 0 | 0.62 | 0.05 | 60.8 | 0.85 | 0.65 |
| Hex | F0 | F2 | 5C | 1 | 0 | 3E | 5 | 3D | 55 | 41 |
| Octal | 360 | 362 | 134 | 1 | 0 | 76 | 5 | 75 | 125 | 101 |
| Binary | 11110000 | 11110010 | 1011100 | 1 | 0 | 111110 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #F0F25C
Complementary color
Monochromatic Colors of #F0F25C
Black with #F0F25C
Text Example
Text Example
White with #F0F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F25C; }
p { color: rgb(240,242,92); }
H1.HeaderClassName
{
color: #F0F25C;
}
.AnyTagClassName
{
color: #F0F25C;
}
</style>
background-color css
<style>
a { background-color: #F0F25C; }
a { background-color: rgb(240,242,92); }
div.DivClassName
{
background-color: #F0F25C;
}
.BgClassName
{
background-color: #F0F25C;
}
</style>
border-color css
<style>
span { border-color: #F0F25C; }
span { border-color: rgb(240,242,92); }
td.TdClassName
{
border-color: #F0F25C;
}
.TagClassName
{
border-color: #F0F25C;
}
</style>