Shades of Corn #F5E55C
Tints of Corn #F5E55C
RGB
CMYK
RGB Variations
Color information
#F5E55C (or 0xF5E55C) is known color: Corn. HEX triplet: F5, E5 and 5C. RGB value is (245,229,92). Sum of RGB (Red+Green+Blue) = 245+229+92=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E55C is #0A1AA3. Grayscale: #DADADA. Windows color (decimal): -662180 or 6088181. OLE color: 6088181.
HSL color Cylindrical-coordinate representation of color #F5E55C: hue angle of 53.73º 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 #F5E55C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 92 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.04 |
| HSL | 53.73º | 0.88% | 0.66% | - |
| HSV(B) | 53.73º | 0.62% | 0.96% | - |
| XYZ | 67.61 | 76.22 | 21.27 | - |
| YUV | 218.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 92 | 0 | 0.07 | 0.62 | 0.04 | 53.73 | 0.88 | 0.66 |
| Hex | F5 | E5 | 5C | 0 | 7 | 3E | 4 | 36 | 58 | 42 |
| Octal | 365 | 345 | 134 | 0 | 7 | 76 | 4 | 66 | 130 | 102 |
| Binary | 11110101 | 11100101 | 1011100 | 0 | 111 | 111110 | 100 | 110110 | 1011000 | 1000010 |
Color Harmonies of #F5E55C
Complementary color
Monochromatic Colors of #F5E55C
Black with #F5E55C
Text Example
Text Example
White with #F5E55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E55C; }
p { color: rgb(245,229,92); }
H1.HeaderClassName
{
color: #F5E55C;
}
.AnyTagClassName
{
color: #F5E55C;
}
</style>
background-color css
<style>
a { background-color: #F5E55C; }
a { background-color: rgb(245,229,92); }
div.DivClassName
{
background-color: #F5E55C;
}
.BgClassName
{
background-color: #F5E55C;
}
</style>
border-color css
<style>
span { border-color: #F5E55C; }
span { border-color: rgb(245,229,92); }
td.TdClassName
{
border-color: #F5E55C;
}
.TagClassName
{
border-color: #F5E55C;
}
</style>