Shades of Sweet Corn #F4DF6A
Tints of Sweet Corn #F4DF6A
RGB
CMYK
RGB Variations
Color information
#F4DF6A (or 0xF4DF6A) is known color: Sweet Corn. HEX triplet: F4, DF and 6A. RGB value is (244,223,106). Sum of RGB (Red+Green+Blue) = 244+223+106=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DF6A is #0B2095. Grayscale: #D8D8D8. Windows color (decimal): -729238 or 7004148. OLE color: 7004148.
HSL color Cylindrical-coordinate representation of color #F4DF6A: hue angle of 50.87º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4DF6A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 106 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.04 |
| HSL | 50.87º | 0.86% | 0.69% | - |
| HSV(B) | 50.87º | 0.57% | 0.96% | - |
| XYZ | 66.3 | 73.05 | 24.24 | - |
| YUV | 215.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 106 | 0 | 0.09 | 0.57 | 0.04 | 50.87 | 0.86 | 0.69 |
| Hex | F4 | DF | 6A | 0 | 9 | 39 | 4 | 33 | 56 | 45 |
| Octal | 364 | 337 | 152 | 0 | 11 | 71 | 4 | 63 | 126 | 105 |
| Binary | 11110100 | 11011111 | 1101010 | 0 | 1001 | 111001 | 100 | 110011 | 1010110 | 1000101 |
Color Harmonies of #F4DF6A
Complementary color
Monochromatic Colors of #F4DF6A
Black with #F4DF6A
Text Example
Text Example
White with #F4DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF6A; }
p { color: rgb(244,223,106); }
H1.HeaderClassName
{
color: #F4DF6A;
}
.AnyTagClassName
{
color: #F4DF6A;
}
</style>
background-color css
<style>
a { background-color: #F4DF6A; }
a { background-color: rgb(244,223,106); }
div.DivClassName
{
background-color: #F4DF6A;
}
.BgClassName
{
background-color: #F4DF6A;
}
</style>
border-color css
<style>
span { border-color: #F4DF6A; }
span { border-color: rgb(244,223,106); }
td.TdClassName
{
border-color: #F4DF6A;
}
.TagClassName
{
border-color: #F4DF6A;
}
</style>