Shades of Corn #F2F45A
Tints of Corn #F2F45A
RGB
CMYK
RGB Variations
Color information
#F2F45A (or 0xF2F45A) is known color: Corn. HEX triplet: F2, F4 and 5A. RGB value is (242,244,90). Sum of RGB (Red+Green+Blue) = 242+244+90=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 90 (35.55% from 255 or 15.62% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F45A is #0D0BA5. Grayscale: #E2E2E2. Windows color (decimal): -854950 or 5960946. OLE color: 5960946.
HSL color Cylindrical-coordinate representation of color #F2F45A: hue angle of 60.78º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F45A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 90 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.04 |
| HSL | 60.78º | 0.88% | 0.65% | - |
| HSV(B) | 60.78º | 0.63% | 0.96% | - |
| XYZ | 70.81 | 84.32 | 22.22 | - |
| YUV | 225.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 90 | 0.01 | 0 | 0.63 | 0.04 | 60.78 | 0.88 | 0.65 |
| Hex | F2 | F4 | 5A | 1 | 0 | 3F | 4 | 3D | 58 | 41 |
| Octal | 362 | 364 | 132 | 1 | 0 | 77 | 4 | 75 | 130 | 101 |
| Binary | 11110010 | 11110100 | 1011010 | 1 | 0 | 111111 | 100 | 111101 | 1011000 | 1000001 |
Color Harmonies of #F2F45A
Complementary color
Monochromatic Colors of #F2F45A
Black with #F2F45A
Text Example
Text Example
White with #F2F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F45A; }
p { color: rgb(242,244,90); }
H1.HeaderClassName
{
color: #F2F45A;
}
.AnyTagClassName
{
color: #F2F45A;
}
</style>
background-color css
<style>
a { background-color: #F2F45A; }
a { background-color: rgb(242,244,90); }
div.DivClassName
{
background-color: #F2F45A;
}
.BgClassName
{
background-color: #F2F45A;
}
</style>
border-color css
<style>
span { border-color: #F2F45A; }
span { border-color: rgb(242,244,90); }
td.TdClassName
{
border-color: #F2F45A;
}
.TagClassName
{
border-color: #F2F45A;
}
</style>