Shades of Sweet Corn #F5E67C
Tints of Sweet Corn #F5E67C
RGB
CMYK
RGB Variations
Color information
#F5E67C (or 0xF5E67C) is known color: Sweet Corn. HEX triplet: F5, E6 and 7C. RGB value is (245,230,124). Sum of RGB (Red+Green+Blue) = 245+230+124=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E67C is #0A1983. Grayscale: #DEDEDE. Windows color (decimal): -661892 or 8185589. OLE color: 8185589.
HSL color Cylindrical-coordinate representation of color #F5E67C: hue angle of 52.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E67C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 124 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.04 |
| HSL | 52.56º | 0.86% | 0.72% | - |
| HSV(B) | 52.56º | 0.49% | 0.96% | - |
| XYZ | 69.59 | 77.46 | 30.35 | - |
| YUV | 222.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 124 | 0 | 0.06 | 0.49 | 0.04 | 52.56 | 0.86 | 0.72 |
| Hex | F5 | E6 | 7C | 0 | 6 | 31 | 4 | 35 | 56 | 48 |
| Octal | 365 | 346 | 174 | 0 | 6 | 61 | 4 | 65 | 126 | 110 |
| Binary | 11110101 | 11100110 | 1111100 | 0 | 110 | 110001 | 100 | 110101 | 1010110 | 1001000 |
Color Harmonies of #F5E67C
Complementary color
Monochromatic Colors of #F5E67C
Black with #F5E67C
Text Example
Text Example
White with #F5E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E67C; }
p { color: rgb(245,230,124); }
H1.HeaderClassName
{
color: #F5E67C;
}
.AnyTagClassName
{
color: #F5E67C;
}
</style>
background-color css
<style>
a { background-color: #F5E67C; }
a { background-color: rgb(245,230,124); }
div.DivClassName
{
background-color: #F5E67C;
}
.BgClassName
{
background-color: #F5E67C;
}
</style>
border-color css
<style>
span { border-color: #F5E67C; }
span { border-color: rgb(245,230,124); }
td.TdClassName
{
border-color: #F5E67C;
}
.TagClassName
{
border-color: #F5E67C;
}
</style>