Shades of Corn #F2F55B
Tints of Corn #F2F55B
RGB
CMYK
RGB Variations
Color information
#F2F55B (or 0xF2F55B) is known color: Corn. HEX triplet: F2, F5 and 5B. RGB value is (242,245,91). Sum of RGB (Red+Green+Blue) = 242+245+91=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 91 (35.94% from 255 or 15.74% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F55B is #0D0AA4. Grayscale: #E3E3E3. Windows color (decimal): -854693 or 6026738. OLE color: 6026738.
HSL color Cylindrical-coordinate representation of color #F2F55B: hue angle of 61.17º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F55B is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 91 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.04 |
| HSL | 61.17º | 0.89% | 0.66% | - |
| HSV(B) | 61.17º | 0.63% | 0.96% | - |
| XYZ | 71.16 | 84.94 | 22.54 | - |
| YUV | 226.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 91 | 0.01 | 0 | 0.63 | 0.04 | 61.17 | 0.89 | 0.66 |
| Hex | F2 | F5 | 5B | 1 | 0 | 3F | 4 | 3D | 59 | 42 |
| Octal | 362 | 365 | 133 | 1 | 0 | 77 | 4 | 75 | 131 | 102 |
| Binary | 11110010 | 11110101 | 1011011 | 1 | 0 | 111111 | 100 | 111101 | 1011001 | 1000010 |
Color Harmonies of #F2F55B
Complementary color
Monochromatic Colors of #F2F55B
Black with #F2F55B
Text Example
Text Example
White with #F2F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F55B; }
p { color: rgb(242,245,91); }
H1.HeaderClassName
{
color: #F2F55B;
}
.AnyTagClassName
{
color: #F2F55B;
}
</style>
background-color css
<style>
a { background-color: #F2F55B; }
a { background-color: rgb(242,245,91); }
div.DivClassName
{
background-color: #F2F55B;
}
.BgClassName
{
background-color: #F2F55B;
}
</style>
border-color css
<style>
span { border-color: #F2F55B; }
span { border-color: rgb(242,245,91); }
td.TdClassName
{
border-color: #F2F55B;
}
.TagClassName
{
border-color: #F2F55B;
}
</style>