Shades of Sweet Corn #F4E16B
Tints of Sweet Corn #F4E16B
RGB
CMYK
RGB Variations
Color information
#F4E16B (or 0xF4E16B) is known color: Sweet Corn. HEX triplet: F4, E1 and 6B. RGB value is (244,225,107). Sum of RGB (Red+Green+Blue) = 244+225+107=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E16B is #0B1E94. Grayscale: #D9D9D9. Windows color (decimal): -728725 or 7070196. OLE color: 7070196.
HSL color Cylindrical-coordinate representation of color #F4E16B: hue angle of 51.68º 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 #F4E16B is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 107 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.04 |
| HSL | 51.68º | 0.86% | 0.69% | - |
| HSV(B) | 51.68º | 0.56% | 0.96% | - |
| XYZ | 66.89 | 74.15 | 24.7 | - |
| YUV | 217.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 107 | 0 | 0.08 | 0.56 | 0.04 | 51.68 | 0.86 | 0.69 |
| Hex | F4 | E1 | 6B | 0 | 8 | 38 | 4 | 34 | 56 | 45 |
| Octal | 364 | 341 | 153 | 0 | 10 | 70 | 4 | 64 | 126 | 105 |
| Binary | 11110100 | 11100001 | 1101011 | 0 | 1000 | 111000 | 100 | 110100 | 1010110 | 1000101 |
Color Harmonies of #F4E16B
Complementary color
Monochromatic Colors of #F4E16B
Black with #F4E16B
Text Example
Text Example
White with #F4E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E16B; }
p { color: rgb(244,225,107); }
H1.HeaderClassName
{
color: #F4E16B;
}
.AnyTagClassName
{
color: #F4E16B;
}
</style>
background-color css
<style>
a { background-color: #F4E16B; }
a { background-color: rgb(244,225,107); }
div.DivClassName
{
background-color: #F4E16B;
}
.BgClassName
{
background-color: #F4E16B;
}
</style>
border-color css
<style>
span { border-color: #F4E16B; }
span { border-color: rgb(244,225,107); }
td.TdClassName
{
border-color: #F4E16B;
}
.TagClassName
{
border-color: #F4E16B;
}
</style>