Shades of Sweet Corn #F5D76F
Tints of Sweet Corn #F5D76F
RGB
CMYK
RGB Variations
Color information
#F5D76F (or 0xF5D76F) is known color: Sweet Corn. HEX triplet: F5, D7 and 6F. RGB value is (245,215,111). Sum of RGB (Red+Green+Blue) = 245+215+111=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D76F is #0A2890. Grayscale: #D4D4D4. Windows color (decimal): -665745 or 7329781. OLE color: 7329781.
HSL color Cylindrical-coordinate representation of color #F5D76F: hue angle of 46.57º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5D76F is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 111 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.04 |
| HSL | 46.57º | 0.87% | 0.7% | - |
| HSV(B) | 46.57º | 0.55% | 0.96% | - |
| XYZ | 64.83 | 69.16 | 24.97 | - |
| YUV | 212.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 111 | 0 | 0.12 | 0.55 | 0.04 | 46.57 | 0.87 | 0.7 |
| Hex | F5 | D7 | 6F | 0 | C | 37 | 4 | 2F | 57 | 46 |
| Octal | 365 | 327 | 157 | 0 | 14 | 67 | 4 | 57 | 127 | 106 |
| Binary | 11110101 | 11010111 | 1101111 | 0 | 1100 | 110111 | 100 | 101111 | 1010111 | 1000110 |
Color Harmonies of #F5D76F
Complementary color
Monochromatic Colors of #F5D76F
Black with #F5D76F
Text Example
Text Example
White with #F5D76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D76F; }
p { color: rgb(245,215,111); }
H1.HeaderClassName
{
color: #F5D76F;
}
.AnyTagClassName
{
color: #F5D76F;
}
</style>
background-color css
<style>
a { background-color: #F5D76F; }
a { background-color: rgb(245,215,111); }
div.DivClassName
{
background-color: #F5D76F;
}
.BgClassName
{
background-color: #F5D76F;
}
</style>
border-color css
<style>
span { border-color: #F5D76F; }
span { border-color: rgb(245,215,111); }
td.TdClassName
{
border-color: #F5D76F;
}
.TagClassName
{
border-color: #F5D76F;
}
</style>