Shades of Sweet Corn #F5DF77
Tints of Sweet Corn #F5DF77
RGB
CMYK
RGB Variations
Color information
#F5DF77 (or 0xF5DF77) is known color: Sweet Corn. HEX triplet: F5, DF and 77. RGB value is (245,223,119). Sum of RGB (Red+Green+Blue) = 245+223+119=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF77 is #0A2088. Grayscale: #DADADA. Windows color (decimal): -663689 or 7856117. OLE color: 7856117.
HSL color Cylindrical-coordinate representation of color #F5DF77: hue angle of 49.52º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5DF77 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 119 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.04 |
| HSL | 49.52º | 0.86% | 0.71% | - |
| HSV(B) | 49.52º | 0.51% | 0.96% | - |
| XYZ | 67.37 | 73.52 | 28.09 | - |
| YUV | 217.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 119 | 0 | 0.09 | 0.51 | 0.04 | 49.52 | 0.86 | 0.71 |
| Hex | F5 | DF | 77 | 0 | 9 | 33 | 4 | 32 | 56 | 47 |
| Octal | 365 | 337 | 167 | 0 | 11 | 63 | 4 | 62 | 126 | 107 |
| Binary | 11110101 | 11011111 | 1110111 | 0 | 1001 | 110011 | 100 | 110010 | 1010110 | 1000111 |
Color Harmonies of #F5DF77
Complementary color
Monochromatic Colors of #F5DF77
Black with #F5DF77
Text Example
Text Example
White with #F5DF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF77; }
p { color: rgb(245,223,119); }
H1.HeaderClassName
{
color: #F5DF77;
}
.AnyTagClassName
{
color: #F5DF77;
}
</style>
background-color css
<style>
a { background-color: #F5DF77; }
a { background-color: rgb(245,223,119); }
div.DivClassName
{
background-color: #F5DF77;
}
.BgClassName
{
background-color: #F5DF77;
}
</style>
border-color css
<style>
span { border-color: #F5DF77; }
span { border-color: rgb(245,223,119); }
td.TdClassName
{
border-color: #F5DF77;
}
.TagClassName
{
border-color: #F5DF77;
}
</style>