Shades of Corn #F1F05D
Tints of Corn #F1F05D
RGB
CMYK
RGB Variations
Color information
#F1F05D (or 0xF1F05D) is known color: Corn. HEX triplet: F1, F0 and 5D. RGB value is (241,240,93). Sum of RGB (Red+Green+Blue) = 241+240+93=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F05D is #0E0FA2. Grayscale: #E0E0E0. Windows color (decimal): -921507 or 6156529. OLE color: 6156529.
HSL color Cylindrical-coordinate representation of color #F1F05D: hue angle of 59.59º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1F05D is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 93 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.05 |
| HSL | 59.59º | 0.84% | 0.65% | - |
| HSV(B) | 59.59º | 0.61% | 0.95% | - |
| XYZ | 69.41 | 81.81 | 22.49 | - |
| YUV | 223.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 93 | 0 | 0.00 | 0.61 | 0.05 | 59.59 | 0.84 | 0.65 |
| Hex | F1 | F0 | 5D | 0 | 0 | 3D | 5 | 3C | 54 | 41 |
| Octal | 361 | 360 | 135 | 0 | 0 | 75 | 5 | 74 | 124 | 101 |
| Binary | 11110001 | 11110000 | 1011101 | 0 | 0 | 111101 | 101 | 111100 | 1010100 | 1000001 |
Color Harmonies of #F1F05D
Complementary color
Monochromatic Colors of #F1F05D
Black with #F1F05D
Text Example
Text Example
White with #F1F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F05D; }
p { color: rgb(241,240,93); }
H1.HeaderClassName
{
color: #F1F05D;
}
.AnyTagClassName
{
color: #F1F05D;
}
</style>
background-color css
<style>
a { background-color: #F1F05D; }
a { background-color: rgb(241,240,93); }
div.DivClassName
{
background-color: #F1F05D;
}
.BgClassName
{
background-color: #F1F05D;
}
</style>
border-color css
<style>
span { border-color: #F1F05D; }
span { border-color: rgb(241,240,93); }
td.TdClassName
{
border-color: #F1F05D;
}
.TagClassName
{
border-color: #F1F05D;
}
</style>