Shades of Corn #F1F35E
Tints of Corn #F1F35E
RGB
CMYK
RGB Variations
Color information
#F1F35E (or 0xF1F35E) is known color: Corn. HEX triplet: F1, F3 and 5E. RGB value is (241,243,94). Sum of RGB (Red+Green+Blue) = 241+243+94=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 94 (37.11% from 255 or 16.26% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F35E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F35E is #0E0CA1. Grayscale: #E2E2E2. Windows color (decimal): -920738 or 6222833. OLE color: 6222833.
HSL color Cylindrical-coordinate representation of color #F1F35E: hue angle of 60.81º degrees, saturation: 0.86, 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 #F1F35E is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 94 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.05 |
| HSL | 60.81º | 0.86% | 0.66% | - |
| HSV(B) | 60.81º | 0.61% | 0.95% | - |
| XYZ | 70.35 | 83.61 | 23.02 | - |
| YUV | 225.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 94 | 0.01 | 0 | 0.61 | 0.05 | 60.81 | 0.86 | 0.66 |
| Hex | F1 | F3 | 5E | 1 | 0 | 3D | 5 | 3D | 56 | 42 |
| Octal | 361 | 363 | 136 | 1 | 0 | 75 | 5 | 75 | 126 | 102 |
| Binary | 11110001 | 11110011 | 1011110 | 1 | 0 | 111101 | 101 | 111101 | 1010110 | 1000010 |
Color Harmonies of #F1F35E
Complementary color
Monochromatic Colors of #F1F35E
Black with #F1F35E
Text Example
Text Example
White with #F1F35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F35E; }
p { color: rgb(241,243,94); }
H1.HeaderClassName
{
color: #F1F35E;
}
.AnyTagClassName
{
color: #F1F35E;
}
</style>
background-color css
<style>
a { background-color: #F1F35E; }
a { background-color: rgb(241,243,94); }
div.DivClassName
{
background-color: #F1F35E;
}
.BgClassName
{
background-color: #F1F35E;
}
</style>
border-color css
<style>
span { border-color: #F1F35E; }
span { border-color: rgb(241,243,94); }
td.TdClassName
{
border-color: #F1F35E;
}
.TagClassName
{
border-color: #F1F35E;
}
</style>