Shades of Sweet Corn #F4DF70
Tints of Sweet Corn #F4DF70
RGB
CMYK
RGB Variations
Color information
#F4DF70 (or 0xF4DF70) is known color: Sweet Corn. HEX triplet: F4, DF and 70. RGB value is (244,223,112). Sum of RGB (Red+Green+Blue) = 244+223+112=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DF70 is #0B208F. Grayscale: #D9D9D9. Windows color (decimal): -729232 or 7397364. OLE color: 7397364.
HSL color Cylindrical-coordinate representation of color #F4DF70: hue angle of 50.45º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4DF70 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 112 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.04 |
| HSL | 50.45º | 0.86% | 0.7% | - |
| HSV(B) | 50.45º | 0.54% | 0.96% | - |
| XYZ | 66.62 | 73.18 | 25.94 | - |
| YUV | 216.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 112 | 0 | 0.09 | 0.54 | 0.04 | 50.45 | 0.86 | 0.7 |
| Hex | F4 | DF | 70 | 0 | 9 | 36 | 4 | 32 | 56 | 46 |
| Octal | 364 | 337 | 160 | 0 | 11 | 66 | 4 | 62 | 126 | 106 |
| Binary | 11110100 | 11011111 | 1110000 | 0 | 1001 | 110110 | 100 | 110010 | 1010110 | 1000110 |
Color Harmonies of #F4DF70
Complementary color
Monochromatic Colors of #F4DF70
Black with #F4DF70
Text Example
Text Example
White with #F4DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF70; }
p { color: rgb(244,223,112); }
H1.HeaderClassName
{
color: #F4DF70;
}
.AnyTagClassName
{
color: #F4DF70;
}
</style>
background-color css
<style>
a { background-color: #F4DF70; }
a { background-color: rgb(244,223,112); }
div.DivClassName
{
background-color: #F4DF70;
}
.BgClassName
{
background-color: #F4DF70;
}
</style>
border-color css
<style>
span { border-color: #F4DF70; }
span { border-color: rgb(244,223,112); }
td.TdClassName
{
border-color: #F4DF70;
}
.TagClassName
{
border-color: #F4DF70;
}
</style>