Shades of Corn #F2F45C
Tints of Corn #F2F45C
RGB
CMYK
RGB Variations
Color information
#F2F45C (or 0xF2F45C) is known color: Corn. HEX triplet: F2, F4 and 5C. RGB value is (242,244,92). Sum of RGB (Red+Green+Blue) = 242+244+92=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 92 (36.33% from 255 or 15.92% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F45C is #0D0BA3. Grayscale: #E2E2E2. Windows color (decimal): -854948 or 6092018. OLE color: 6092018.
HSL color Cylindrical-coordinate representation of color #F2F45C: hue angle of 60.79º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2F45C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 92 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.04 |
| HSL | 60.79º | 0.87% | 0.66% | - |
| HSV(B) | 60.79º | 0.62% | 0.96% | - |
| XYZ | 70.9 | 84.35 | 22.67 | - |
| YUV | 226.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 92 | 0.01 | 0 | 0.62 | 0.04 | 60.79 | 0.87 | 0.66 |
| Hex | F2 | F4 | 5C | 1 | 0 | 3E | 4 | 3D | 57 | 42 |
| Octal | 362 | 364 | 134 | 1 | 0 | 76 | 4 | 75 | 127 | 102 |
| Binary | 11110010 | 11110100 | 1011100 | 1 | 0 | 111110 | 100 | 111101 | 1010111 | 1000010 |
Color Harmonies of #F2F45C
Complementary color
Monochromatic Colors of #F2F45C
Black with #F2F45C
Text Example
Text Example
White with #F2F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F45C; }
p { color: rgb(242,244,92); }
H1.HeaderClassName
{
color: #F2F45C;
}
.AnyTagClassName
{
color: #F2F45C;
}
</style>
background-color css
<style>
a { background-color: #F2F45C; }
a { background-color: rgb(242,244,92); }
div.DivClassName
{
background-color: #F2F45C;
}
.BgClassName
{
background-color: #F2F45C;
}
</style>
border-color css
<style>
span { border-color: #F2F45C; }
span { border-color: rgb(242,244,92); }
td.TdClassName
{
border-color: #F2F45C;
}
.TagClassName
{
border-color: #F2F45C;
}
</style>