Shades of Sweet Corn #F5E67D
Tints of Sweet Corn #F5E67D
RGB
CMYK
RGB Variations
Color information
#F5E67D (or 0xF5E67D) is known color: Sweet Corn. HEX triplet: F5, E6 and 7D. RGB value is (245,230,125). Sum of RGB (Red+Green+Blue) = 245+230+125=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E67D is #0A1982. Grayscale: #DEDEDE. Windows color (decimal): -661891 or 8251125. OLE color: 8251125.
HSL color Cylindrical-coordinate representation of color #F5E67D: hue angle of 52.5º 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 #F5E67D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 125 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.04 |
| HSL | 52.5º | 0.86% | 0.73% | - |
| HSV(B) | 52.5º | 0.49% | 0.96% | - |
| XYZ | 69.65 | 77.49 | 30.69 | - |
| YUV | 222.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 125 | 0 | 0.06 | 0.49 | 0.04 | 52.5 | 0.86 | 0.73 |
| Hex | F5 | E6 | 7D | 0 | 6 | 31 | 4 | 34 | 56 | 49 |
| Octal | 365 | 346 | 175 | 0 | 6 | 61 | 4 | 64 | 126 | 111 |
| Binary | 11110101 | 11100110 | 1111101 | 0 | 110 | 110001 | 100 | 110100 | 1010110 | 1001001 |
Color Harmonies of #F5E67D
Complementary color
Monochromatic Colors of #F5E67D
Black with #F5E67D
Text Example
Text Example
White with #F5E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E67D; }
p { color: rgb(245,230,125); }
H1.HeaderClassName
{
color: #F5E67D;
}
.AnyTagClassName
{
color: #F5E67D;
}
</style>
background-color css
<style>
a { background-color: #F5E67D; }
a { background-color: rgb(245,230,125); }
div.DivClassName
{
background-color: #F5E67D;
}
.BgClassName
{
background-color: #F5E67D;
}
</style>
border-color css
<style>
span { border-color: #F5E67D; }
span { border-color: rgb(245,230,125); }
td.TdClassName
{
border-color: #F5E67D;
}
.TagClassName
{
border-color: #F5E67D;
}
</style>