Shades of Sweet Corn #F6DF72
Tints of Sweet Corn #F6DF72
RGB
CMYK
RGB Variations
Color information
#F6DF72 (or 0xF6DF72) is known color: Sweet Corn. HEX triplet: F6, DF and 72. RGB value is (246,223,114). Sum of RGB (Red+Green+Blue) = 246+223+114=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DF72 is #09208D. Grayscale: #D9D9D9. Windows color (decimal): -598158 or 7528438. OLE color: 7528438.
HSL color Cylindrical-coordinate representation of color #F6DF72: hue angle of 49.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6DF72 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 114 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.04 |
| HSL | 49.55º | 0.88% | 0.71% | - |
| HSV(B) | 49.55º | 0.54% | 0.96% | - |
| XYZ | 67.43 | 73.58 | 26.57 | - |
| YUV | 217.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 114 | 0 | 0.09 | 0.54 | 0.04 | 49.55 | 0.88 | 0.71 |
| Hex | F6 | DF | 72 | 0 | 9 | 36 | 4 | 32 | 58 | 47 |
| Octal | 366 | 337 | 162 | 0 | 11 | 66 | 4 | 62 | 130 | 107 |
| Binary | 11110110 | 11011111 | 1110010 | 0 | 1001 | 110110 | 100 | 110010 | 1011000 | 1000111 |
Color Harmonies of #F6DF72
Complementary color
Monochromatic Colors of #F6DF72
Black with #F6DF72
Text Example
Text Example
White with #F6DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF72; }
p { color: rgb(246,223,114); }
H1.HeaderClassName
{
color: #F6DF72;
}
.AnyTagClassName
{
color: #F6DF72;
}
</style>
background-color css
<style>
a { background-color: #F6DF72; }
a { background-color: rgb(246,223,114); }
div.DivClassName
{
background-color: #F6DF72;
}
.BgClassName
{
background-color: #F6DF72;
}
</style>
border-color css
<style>
span { border-color: #F6DF72; }
span { border-color: rgb(246,223,114); }
td.TdClassName
{
border-color: #F6DF72;
}
.TagClassName
{
border-color: #F6DF72;
}
</style>