Shades of Sweet Corn #F5D96F
Tints of Sweet Corn #F5D96F
RGB
CMYK
RGB Variations
Color information
#F5D96F (or 0xF5D96F) is known color: Sweet Corn. HEX triplet: F5, D9 and 6F. RGB value is (245,217,111). Sum of RGB (Red+Green+Blue) = 245+217+111=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D96F is #0A2690. Grayscale: #D5D5D5. Windows color (decimal): -665233 or 7330293. OLE color: 7330293.
HSL color Cylindrical-coordinate representation of color #F5D96F: hue angle of 47.46º 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 #F5D96F is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 111 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.04 |
| HSL | 47.46º | 0.87% | 0.7% | - |
| HSV(B) | 47.46º | 0.55% | 0.96% | - |
| XYZ | 65.34 | 70.19 | 25.14 | - |
| YUV | 213.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 111 | 0 | 0.11 | 0.55 | 0.04 | 47.46 | 0.87 | 0.7 |
| Hex | F5 | D9 | 6F | 0 | B | 37 | 4 | 2F | 57 | 46 |
| Octal | 365 | 331 | 157 | 0 | 13 | 67 | 4 | 57 | 127 | 106 |
| Binary | 11110101 | 11011001 | 1101111 | 0 | 1011 | 110111 | 100 | 101111 | 1010111 | 1000110 |
Color Harmonies of #F5D96F
Complementary color
Monochromatic Colors of #F5D96F
Black with #F5D96F
Text Example
Text Example
White with #F5D96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D96F; }
p { color: rgb(245,217,111); }
H1.HeaderClassName
{
color: #F5D96F;
}
.AnyTagClassName
{
color: #F5D96F;
}
</style>
background-color css
<style>
a { background-color: #F5D96F; }
a { background-color: rgb(245,217,111); }
div.DivClassName
{
background-color: #F5D96F;
}
.BgClassName
{
background-color: #F5D96F;
}
</style>
border-color css
<style>
span { border-color: #F5D96F; }
span { border-color: rgb(245,217,111); }
td.TdClassName
{
border-color: #F5D96F;
}
.TagClassName
{
border-color: #F5D96F;
}
</style>