Shades of Sweet Corn #F4D86F
Tints of Sweet Corn #F4D86F
RGB
CMYK
RGB Variations
Color information
#F4D86F (or 0xF4D86F) is known color: Sweet Corn. HEX triplet: F4, D8 and 6F. RGB value is (244,216,111). Sum of RGB (Red+Green+Blue) = 244+216+111=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D86F is #0B2790. Grayscale: #D4D4D4. Windows color (decimal): -731025 or 7330036. OLE color: 7330036.
HSL color Cylindrical-coordinate representation of color #F4D86F: hue angle of 47.37º degrees, saturation: 0.86, 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 #F4D86F is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 111 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.04 |
| HSL | 47.37º | 0.86% | 0.7% | - |
| HSV(B) | 47.37º | 0.55% | 0.96% | - |
| XYZ | 64.73 | 69.49 | 25.04 | - |
| YUV | 212.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 111 | 0 | 0.11 | 0.55 | 0.04 | 47.37 | 0.86 | 0.7 |
| Hex | F4 | D8 | 6F | 0 | B | 37 | 4 | 2F | 56 | 46 |
| Octal | 364 | 330 | 157 | 0 | 13 | 67 | 4 | 57 | 126 | 106 |
| Binary | 11110100 | 11011000 | 1101111 | 0 | 1011 | 110111 | 100 | 101111 | 1010110 | 1000110 |
Color Harmonies of #F4D86F
Complementary color
Monochromatic Colors of #F4D86F
Black with #F4D86F
Text Example
Text Example
White with #F4D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D86F; }
p { color: rgb(244,216,111); }
H1.HeaderClassName
{
color: #F4D86F;
}
.AnyTagClassName
{
color: #F4D86F;
}
</style>
background-color css
<style>
a { background-color: #F4D86F; }
a { background-color: rgb(244,216,111); }
div.DivClassName
{
background-color: #F4D86F;
}
.BgClassName
{
background-color: #F4D86F;
}
</style>
border-color css
<style>
span { border-color: #F4D86F; }
span { border-color: rgb(244,216,111); }
td.TdClassName
{
border-color: #F4D86F;
}
.TagClassName
{
border-color: #F4D86F;
}
</style>