Shades of Sweet Corn #F4D96C
Tints of Sweet Corn #F4D96C
RGB
CMYK
RGB Variations
Color information
#F4D96C (or 0xF4D96C) is known color: Sweet Corn. HEX triplet: F4, D9 and 6C. RGB value is (244,217,108). Sum of RGB (Red+Green+Blue) = 244+217+108=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D96C is #0B2693. Grayscale: #D5D5D5. Windows color (decimal): -730772 or 7133684. OLE color: 7133684.
HSL color Cylindrical-coordinate representation of color #F4D96C: hue angle of 48.09º degrees, saturation: 0.86, 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 #F4D96C is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 108 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.04 |
| HSL | 48.09º | 0.86% | 0.69% | - |
| HSV(B) | 48.09º | 0.56% | 0.96% | - |
| XYZ | 64.83 | 69.94 | 24.27 | - |
| YUV | 212.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 108 | 0 | 0.11 | 0.56 | 0.04 | 48.09 | 0.86 | 0.69 |
| Hex | F4 | D9 | 6C | 0 | B | 38 | 4 | 30 | 56 | 45 |
| Octal | 364 | 331 | 154 | 0 | 13 | 70 | 4 | 60 | 126 | 105 |
| Binary | 11110100 | 11011001 | 1101100 | 0 | 1011 | 111000 | 100 | 110000 | 1010110 | 1000101 |
Color Harmonies of #F4D96C
Complementary color
Monochromatic Colors of #F4D96C
Black with #F4D96C
Text Example
Text Example
White with #F4D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D96C; }
p { color: rgb(244,217,108); }
H1.HeaderClassName
{
color: #F4D96C;
}
.AnyTagClassName
{
color: #F4D96C;
}
</style>
background-color css
<style>
a { background-color: #F4D96C; }
a { background-color: rgb(244,217,108); }
div.DivClassName
{
background-color: #F4D96C;
}
.BgClassName
{
background-color: #F4D96C;
}
</style>
border-color css
<style>
span { border-color: #F4D96C; }
span { border-color: rgb(244,217,108); }
td.TdClassName
{
border-color: #F4D96C;
}
.TagClassName
{
border-color: #F4D96C;
}
</style>