Shades of Corn #F5F45C
Tints of Corn #F5F45C
RGB
CMYK
RGB Variations
Color information
#F5F45C (or 0xF5F45C) is known color: Corn. HEX triplet: F5, F4 and 5C. RGB value is (245,244,92). Sum of RGB (Red+Green+Blue) = 245+244+92=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 92 (36.33% from 255 or 15.83% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F45C is #0A0BA3. Grayscale: #E3E3E3. Windows color (decimal): -658340 or 6092021. OLE color: 6092021.
HSL color Cylindrical-coordinate representation of color #F5F45C: hue angle of 59.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5F45C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 92 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.04 |
| HSL | 59.61º | 0.88% | 0.66% | - |
| HSV(B) | 59.61º | 0.62% | 0.96% | - |
| XYZ | 71.94 | 84.89 | 22.72 | - |
| YUV | 226.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 92 | 0 | 0.00 | 0.62 | 0.04 | 59.61 | 0.88 | 0.66 |
| Hex | F5 | F4 | 5C | 0 | 0 | 3E | 4 | 3C | 58 | 42 |
| Octal | 365 | 364 | 134 | 0 | 0 | 76 | 4 | 74 | 130 | 102 |
| Binary | 11110101 | 11110100 | 1011100 | 0 | 0 | 111110 | 100 | 111100 | 1011000 | 1000010 |
Color Harmonies of #F5F45C
Complementary color
Monochromatic Colors of #F5F45C
Black with #F5F45C
Text Example
Text Example
White with #F5F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F45C; }
p { color: rgb(245,244,92); }
H1.HeaderClassName
{
color: #F5F45C;
}
.AnyTagClassName
{
color: #F5F45C;
}
</style>
background-color css
<style>
a { background-color: #F5F45C; }
a { background-color: rgb(245,244,92); }
div.DivClassName
{
background-color: #F5F45C;
}
.BgClassName
{
background-color: #F5F45C;
}
</style>
border-color css
<style>
span { border-color: #F5F45C; }
span { border-color: rgb(245,244,92); }
td.TdClassName
{
border-color: #F5F45C;
}
.TagClassName
{
border-color: #F5F45C;
}
</style>