Shades of Sweet Corn #F5E17D
Tints of Sweet Corn #F5E17D
RGB
CMYK
RGB Variations
Color information
#F5E17D (or 0xF5E17D) is known color: Sweet Corn. HEX triplet: F5, E1 and 7D. RGB value is (245,225,125). Sum of RGB (Red+Green+Blue) = 245+225+125=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E17D is #0A1E82. Grayscale: #DCDCDC. Windows color (decimal): -663171 or 8249845. OLE color: 8249845.
HSL color Cylindrical-coordinate representation of color #F5E17D: hue angle of 50º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E17D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 125 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.04 |
| HSL | 50º | 0.86% | 0.73% | - |
| HSV(B) | 50º | 0.49% | 0.96% | - |
| XYZ | 68.28 | 74.74 | 30.23 | - |
| YUV | 219.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 125 | 0 | 0.08 | 0.49 | 0.04 | 50 | 0.86 | 0.73 |
| Hex | F5 | E1 | 7D | 0 | 8 | 31 | 4 | 32 | 56 | 49 |
| Octal | 365 | 341 | 175 | 0 | 10 | 61 | 4 | 62 | 126 | 111 |
| Binary | 11110101 | 11100001 | 1111101 | 0 | 1000 | 110001 | 100 | 110010 | 1010110 | 1001001 |
Color Harmonies of #F5E17D
Complementary color
Monochromatic Colors of #F5E17D
Black with #F5E17D
Text Example
Text Example
White with #F5E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E17D; }
p { color: rgb(245,225,125); }
H1.HeaderClassName
{
color: #F5E17D;
}
.AnyTagClassName
{
color: #F5E17D;
}
</style>
background-color css
<style>
a { background-color: #F5E17D; }
a { background-color: rgb(245,225,125); }
div.DivClassName
{
background-color: #F5E17D;
}
.BgClassName
{
background-color: #F5E17D;
}
</style>
border-color css
<style>
span { border-color: #F5E17D; }
span { border-color: rgb(245,225,125); }
td.TdClassName
{
border-color: #F5E17D;
}
.TagClassName
{
border-color: #F5E17D;
}
</style>