Shades of Sweet Corn #F5E36C
Tints of Sweet Corn #F5E36C
RGB
CMYK
RGB Variations
Color information
#F5E36C (or 0xF5E36C) is known color: Sweet Corn. HEX triplet: F5, E3 and 6C. RGB value is (245,227,108). Sum of RGB (Red+Green+Blue) = 245+227+108=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E36C is #0A1C93. Grayscale: #DBDBDB. Windows color (decimal): -662676 or 7136245. OLE color: 7136245.
HSL color Cylindrical-coordinate representation of color #F5E36C: hue angle of 52.12º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E36C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 108 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.04 |
| HSL | 52.12º | 0.87% | 0.69% | - |
| HSV(B) | 52.12º | 0.56% | 0.96% | - |
| XYZ | 67.83 | 75.43 | 25.17 | - |
| YUV | 218.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 108 | 0 | 0.07 | 0.56 | 0.04 | 52.12 | 0.87 | 0.69 |
| Hex | F5 | E3 | 6C | 0 | 7 | 38 | 4 | 34 | 57 | 45 |
| Octal | 365 | 343 | 154 | 0 | 7 | 70 | 4 | 64 | 127 | 105 |
| Binary | 11110101 | 11100011 | 1101100 | 0 | 111 | 111000 | 100 | 110100 | 1010111 | 1000101 |
Color Harmonies of #F5E36C
Complementary color
Monochromatic Colors of #F5E36C
Black with #F5E36C
Text Example
Text Example
White with #F5E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E36C; }
p { color: rgb(245,227,108); }
H1.HeaderClassName
{
color: #F5E36C;
}
.AnyTagClassName
{
color: #F5E36C;
}
</style>
background-color css
<style>
a { background-color: #F5E36C; }
a { background-color: rgb(245,227,108); }
div.DivClassName
{
background-color: #F5E36C;
}
.BgClassName
{
background-color: #F5E36C;
}
</style>
border-color css
<style>
span { border-color: #F5E36C; }
span { border-color: rgb(245,227,108); }
td.TdClassName
{
border-color: #F5E36C;
}
.TagClassName
{
border-color: #F5E36C;
}
</style>