Shades of Corn #F1F35D
Tints of Corn #F1F35D
RGB
CMYK
RGB Variations
Color information
#F1F35D (or 0xF1F35D) is known color: Corn. HEX triplet: F1, F3 and 5D. RGB value is (241,243,93). Sum of RGB (Red+Green+Blue) = 241+243+93=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F35D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F35D is #0E0CA2. Grayscale: #E1E1E1. Windows color (decimal): -920739 or 6157297. OLE color: 6157297.
HSL color Cylindrical-coordinate representation of color #F1F35D: hue angle of 60.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1F35D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 93 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.05 |
| HSL | 60.8º | 0.86% | 0.66% | - |
| HSV(B) | 60.8º | 0.62% | 0.95% | - |
| XYZ | 70.3 | 83.59 | 22.79 | - |
| YUV | 225.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 93 | 0.01 | 0 | 0.62 | 0.05 | 60.8 | 0.86 | 0.66 |
| Hex | F1 | F3 | 5D | 1 | 0 | 3E | 5 | 3D | 56 | 42 |
| Octal | 361 | 363 | 135 | 1 | 0 | 76 | 5 | 75 | 126 | 102 |
| Binary | 11110001 | 11110011 | 1011101 | 1 | 0 | 111110 | 101 | 111101 | 1010110 | 1000010 |
Color Harmonies of #F1F35D
Complementary color
Monochromatic Colors of #F1F35D
Black with #F1F35D
Text Example
Text Example
White with #F1F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F35D; }
p { color: rgb(241,243,93); }
H1.HeaderClassName
{
color: #F1F35D;
}
.AnyTagClassName
{
color: #F1F35D;
}
</style>
background-color css
<style>
a { background-color: #F1F35D; }
a { background-color: rgb(241,243,93); }
div.DivClassName
{
background-color: #F1F35D;
}
.BgClassName
{
background-color: #F1F35D;
}
</style>
border-color css
<style>
span { border-color: #F1F35D; }
span { border-color: rgb(241,243,93); }
td.TdClassName
{
border-color: #F1F35D;
}
.TagClassName
{
border-color: #F1F35D;
}
</style>