Shades of Corn #F2F359
Tints of Corn #F2F359
RGB
CMYK
RGB Variations
Color information
#F2F359 (or 0xF2F359) is known color: Corn. HEX triplet: F2, F3 and 59. RGB value is (242,243,89). Sum of RGB (Red+Green+Blue) = 242+243+89=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 89 (35.16% from 255 or 15.51% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F359 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F359 is #0D0CA6. Grayscale: #E1E1E1. Windows color (decimal): -855207 or 5895154. OLE color: 5895154.
HSL color Cylindrical-coordinate representation of color #F2F359: hue angle of 60.39º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F359 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 89 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.05 |
| HSL | 60.39º | 0.87% | 0.65% | - |
| HSV(B) | 60.39º | 0.63% | 0.95% | - |
| XYZ | 70.47 | 83.7 | 21.89 | - |
| YUV | 225.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 89 | 0.00 | 0 | 0.63 | 0.05 | 60.39 | 0.87 | 0.65 |
| Hex | F2 | F3 | 59 | 0 | 0 | 3F | 5 | 3C | 57 | 41 |
| Octal | 362 | 363 | 131 | 0 | 0 | 77 | 5 | 74 | 127 | 101 |
| Binary | 11110010 | 11110011 | 1011001 | 0 | 0 | 111111 | 101 | 111100 | 1010111 | 1000001 |
Color Harmonies of #F2F359
Complementary color
Monochromatic Colors of #F2F359
Black with #F2F359
Text Example
Text Example
White with #F2F359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F359; }
p { color: rgb(242,243,89); }
H1.HeaderClassName
{
color: #F2F359;
}
.AnyTagClassName
{
color: #F2F359;
}
</style>
background-color css
<style>
a { background-color: #F2F359; }
a { background-color: rgb(242,243,89); }
div.DivClassName
{
background-color: #F2F359;
}
.BgClassName
{
background-color: #F2F359;
}
</style>
border-color css
<style>
span { border-color: #F2F359; }
span { border-color: rgb(242,243,89); }
td.TdClassName
{
border-color: #F2F359;
}
.TagClassName
{
border-color: #F2F359;
}
</style>