Shades of Corn #F2F15F
Tints of Corn #F2F15F
RGB
CMYK
RGB Variations
Color information
#F2F15F (or 0xF2F15F) is known color: Corn. HEX triplet: F2, F1 and 5F. RGB value is (242,241,95). Sum of RGB (Red+Green+Blue) = 242+241+95=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 95 (37.5% from 255 or 16.44% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F15F is #0D0EA0. Grayscale: #E1E1E1. Windows color (decimal): -855713 or 6287858. OLE color: 6287858.
HSL color Cylindrical-coordinate representation of color #F2F15F: hue angle of 59.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2F15F is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 95 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.05 |
| HSL | 59.59º | 0.85% | 0.66% | - |
| HSV(B) | 59.59º | 0.61% | 0.95% | - |
| XYZ | 70.14 | 82.61 | 23.08 | - |
| YUV | 224.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 95 | 0 | 0.00 | 0.61 | 0.05 | 59.59 | 0.85 | 0.66 |
| Hex | F2 | F1 | 5F | 0 | 0 | 3D | 5 | 3C | 55 | 42 |
| Octal | 362 | 361 | 137 | 0 | 0 | 75 | 5 | 74 | 125 | 102 |
| Binary | 11110010 | 11110001 | 1011111 | 0 | 0 | 111101 | 101 | 111100 | 1010101 | 1000010 |
Color Harmonies of #F2F15F
Complementary color
Monochromatic Colors of #F2F15F
Black with #F2F15F
Text Example
Text Example
White with #F2F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F15F; }
p { color: rgb(242,241,95); }
H1.HeaderClassName
{
color: #F2F15F;
}
.AnyTagClassName
{
color: #F2F15F;
}
</style>
background-color css
<style>
a { background-color: #F2F15F; }
a { background-color: rgb(242,241,95); }
div.DivClassName
{
background-color: #F2F15F;
}
.BgClassName
{
background-color: #F2F15F;
}
</style>
border-color css
<style>
span { border-color: #F2F15F; }
span { border-color: rgb(242,241,95); }
td.TdClassName
{
border-color: #F2F15F;
}
.TagClassName
{
border-color: #F2F15F;
}
</style>