Shades of Sweet Corn #F5D96C
Tints of Sweet Corn #F5D96C
RGB
CMYK
RGB Variations
Color information
#F5D96C (or 0xF5D96C) is known color: Sweet Corn. HEX triplet: F5, D9 and 6C. RGB value is (245,217,108). Sum of RGB (Red+Green+Blue) = 245+217+108=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D96C is #0A2693. Grayscale: #D5D5D5. Windows color (decimal): -665236 or 7133685. OLE color: 7133685.
HSL color Cylindrical-coordinate representation of color #F5D96C: hue angle of 47.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5D96C is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 108 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.04 |
| HSL | 47.74º | 0.87% | 0.69% | - |
| HSV(B) | 47.74º | 0.56% | 0.96% | - |
| XYZ | 65.18 | 70.12 | 24.29 | - |
| YUV | 212.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 108 | 0 | 0.11 | 0.56 | 0.04 | 47.74 | 0.87 | 0.69 |
| Hex | F5 | D9 | 6C | 0 | B | 38 | 4 | 30 | 57 | 45 |
| Octal | 365 | 331 | 154 | 0 | 13 | 70 | 4 | 60 | 127 | 105 |
| Binary | 11110101 | 11011001 | 1101100 | 0 | 1011 | 111000 | 100 | 110000 | 1010111 | 1000101 |
Color Harmonies of #F5D96C
Complementary color
Monochromatic Colors of #F5D96C
Black with #F5D96C
Text Example
Text Example
White with #F5D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D96C; }
p { color: rgb(245,217,108); }
H1.HeaderClassName
{
color: #F5D96C;
}
.AnyTagClassName
{
color: #F5D96C;
}
</style>
background-color css
<style>
a { background-color: #F5D96C; }
a { background-color: rgb(245,217,108); }
div.DivClassName
{
background-color: #F5D96C;
}
.BgClassName
{
background-color: #F5D96C;
}
</style>
border-color css
<style>
span { border-color: #F5D96C; }
span { border-color: rgb(245,217,108); }
td.TdClassName
{
border-color: #F5D96C;
}
.TagClassName
{
border-color: #F5D96C;
}
</style>