Shades of Corn #F1F05F
Tints of Corn #F1F05F
RGB
CMYK
RGB Variations
Color information
#F1F05F (or 0xF1F05F) is known color: Corn. HEX triplet: F1, F0 and 5F. RGB value is (241,240,95). Sum of RGB (Red+Green+Blue) = 241+240+95=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F05F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F05F is #0E0FA0. Grayscale: #E0E0E0. Windows color (decimal): -921505 or 6287601. OLE color: 6287601.
HSL color Cylindrical-coordinate representation of color #F1F05F: hue angle of 59.59º degrees, saturation: 0.84, 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 #F1F05F is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 95 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.05 |
| HSL | 59.59º | 0.84% | 0.66% | - |
| HSV(B) | 59.59º | 0.61% | 0.95% | - |
| XYZ | 69.5 | 81.85 | 22.96 | - |
| YUV | 223.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 95 | 0 | 0.00 | 0.61 | 0.05 | 59.59 | 0.84 | 0.66 |
| Hex | F1 | F0 | 5F | 0 | 0 | 3D | 5 | 3C | 54 | 42 |
| Octal | 361 | 360 | 137 | 0 | 0 | 75 | 5 | 74 | 124 | 102 |
| Binary | 11110001 | 11110000 | 1011111 | 0 | 0 | 111101 | 101 | 111100 | 1010100 | 1000010 |
Color Harmonies of #F1F05F
Complementary color
Monochromatic Colors of #F1F05F
Black with #F1F05F
Text Example
Text Example
White with #F1F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F05F; }
p { color: rgb(241,240,95); }
H1.HeaderClassName
{
color: #F1F05F;
}
.AnyTagClassName
{
color: #F1F05F;
}
</style>
background-color css
<style>
a { background-color: #F1F05F; }
a { background-color: rgb(241,240,95); }
div.DivClassName
{
background-color: #F1F05F;
}
.BgClassName
{
background-color: #F1F05F;
}
</style>
border-color css
<style>
span { border-color: #F1F05F; }
span { border-color: rgb(241,240,95); }
td.TdClassName
{
border-color: #F1F05F;
}
.TagClassName
{
border-color: #F1F05F;
}
</style>