Shades of Corn #F2F15C
Tints of Corn #F2F15C
RGB
CMYK
RGB Variations
Color information
#F2F15C (or 0xF2F15C) is known color: Corn. HEX triplet: F2, F1 and 5C. RGB value is (242,241,92). Sum of RGB (Red+Green+Blue) = 242+241+92=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 92 (36.33% from 255 or 16% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F15C is #0D0EA3. Grayscale: #E0E0E0. Windows color (decimal): -855716 or 6091250. OLE color: 6091250.
HSL color Cylindrical-coordinate representation of color #F2F15C: hue angle of 59.6º 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 #F2F15C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 92 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.05 |
| HSL | 59.6º | 0.85% | 0.65% | - |
| HSV(B) | 59.6º | 0.62% | 0.95% | - |
| XYZ | 70.01 | 82.56 | 22.37 | - |
| YUV | 224.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 92 | 0 | 0.00 | 0.62 | 0.05 | 59.6 | 0.85 | 0.65 |
| Hex | F2 | F1 | 5C | 0 | 0 | 3E | 5 | 3C | 55 | 41 |
| Octal | 362 | 361 | 134 | 0 | 0 | 76 | 5 | 74 | 125 | 101 |
| Binary | 11110010 | 11110001 | 1011100 | 0 | 0 | 111110 | 101 | 111100 | 1010101 | 1000001 |
Color Harmonies of #F2F15C
Complementary color
Monochromatic Colors of #F2F15C
Black with #F2F15C
Text Example
Text Example
White with #F2F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F15C; }
p { color: rgb(242,241,92); }
H1.HeaderClassName
{
color: #F2F15C;
}
.AnyTagClassName
{
color: #F2F15C;
}
</style>
background-color css
<style>
a { background-color: #F2F15C; }
a { background-color: rgb(242,241,92); }
div.DivClassName
{
background-color: #F2F15C;
}
.BgClassName
{
background-color: #F2F15C;
}
</style>
border-color css
<style>
span { border-color: #F2F15C; }
span { border-color: rgb(242,241,92); }
td.TdClassName
{
border-color: #F2F15C;
}
.TagClassName
{
border-color: #F2F15C;
}
</style>