Shades of Corn #F2F15B
Tints of Corn #F2F15B
RGB
CMYK
RGB Variations
Color information
#F2F15B (or 0xF2F15B) is known color: Corn. HEX triplet: F2, F1 and 5B. RGB value is (242,241,91). Sum of RGB (Red+Green+Blue) = 242+241+91=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 91 (35.94% from 255 or 15.85% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F15B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F15B is #0D0EA4. Grayscale: #E0E0E0. Windows color (decimal): -855717 or 6025714. OLE color: 6025714.
HSL color Cylindrical-coordinate representation of color #F2F15B: 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 #F2F15B is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 91 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.05 |
| HSL | 59.6º | 0.85% | 0.65% | - |
| HSV(B) | 59.6º | 0.62% | 0.95% | - |
| XYZ | 69.96 | 82.54 | 22.14 | - |
| YUV | 224.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 91 | 0 | 0.00 | 0.62 | 0.05 | 59.6 | 0.85 | 0.65 |
| Hex | F2 | F1 | 5B | 0 | 0 | 3E | 5 | 3C | 55 | 41 |
| Octal | 362 | 361 | 133 | 0 | 0 | 76 | 5 | 74 | 125 | 101 |
| Binary | 11110010 | 11110001 | 1011011 | 0 | 0 | 111110 | 101 | 111100 | 1010101 | 1000001 |
Color Harmonies of #F2F15B
Complementary color
Monochromatic Colors of #F2F15B
Black with #F2F15B
Text Example
Text Example
White with #F2F15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F15B; }
p { color: rgb(242,241,91); }
H1.HeaderClassName
{
color: #F2F15B;
}
.AnyTagClassName
{
color: #F2F15B;
}
</style>
background-color css
<style>
a { background-color: #F2F15B; }
a { background-color: rgb(242,241,91); }
div.DivClassName
{
background-color: #F2F15B;
}
.BgClassName
{
background-color: #F2F15B;
}
</style>
border-color css
<style>
span { border-color: #F2F15B; }
span { border-color: rgb(242,241,91); }
td.TdClassName
{
border-color: #F2F15B;
}
.TagClassName
{
border-color: #F2F15B;
}
</style>