Shades of Sweet Corn #F5E173
Tints of Sweet Corn #F5E173
RGB
CMYK
RGB Variations
Color information
#F5E173 (or 0xF5E173) is known color: Sweet Corn. HEX triplet: F5, E1 and 73. RGB value is (245,225,115). Sum of RGB (Red+Green+Blue) = 245+225+115=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E173 is #0A1E8C. Grayscale: #DADADA. Windows color (decimal): -663181 or 7594485. OLE color: 7594485.
HSL color Cylindrical-coordinate representation of color #F5E173: hue angle of 50.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5E173 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 115 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.04 |
| HSL | 50.77º | 0.87% | 0.71% | - |
| HSV(B) | 50.77º | 0.53% | 0.96% | - |
| XYZ | 67.68 | 74.5 | 27.03 | - |
| YUV | 218.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 115 | 0 | 0.08 | 0.53 | 0.04 | 50.77 | 0.87 | 0.71 |
| Hex | F5 | E1 | 73 | 0 | 8 | 35 | 4 | 33 | 57 | 47 |
| Octal | 365 | 341 | 163 | 0 | 10 | 65 | 4 | 63 | 127 | 107 |
| Binary | 11110101 | 11100001 | 1110011 | 0 | 1000 | 110101 | 100 | 110011 | 1010111 | 1000111 |
Color Harmonies of #F5E173
Complementary color
Monochromatic Colors of #F5E173
Black with #F5E173
Text Example
Text Example
White with #F5E173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E173; }
p { color: rgb(245,225,115); }
H1.HeaderClassName
{
color: #F5E173;
}
.AnyTagClassName
{
color: #F5E173;
}
</style>
background-color css
<style>
a { background-color: #F5E173; }
a { background-color: rgb(245,225,115); }
div.DivClassName
{
background-color: #F5E173;
}
.BgClassName
{
background-color: #F5E173;
}
</style>
border-color css
<style>
span { border-color: #F5E173; }
span { border-color: rgb(245,225,115); }
td.TdClassName
{
border-color: #F5E173;
}
.TagClassName
{
border-color: #F5E173;
}
</style>