Shades of Sweet Corn #F6DF7D
Tints of Sweet Corn #F6DF7D
RGB
CMYK
RGB Variations
Color information
#F6DF7D (or 0xF6DF7D) is known color: Sweet Corn. HEX triplet: F6, DF and 7D. RGB value is (246,223,125). Sum of RGB (Red+Green+Blue) = 246+223+125=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DF7D is #092082. Grayscale: #DBDBDB. Windows color (decimal): -598147 or 8249334. OLE color: 8249334.
HSL color Cylindrical-coordinate representation of color #F6DF7D: hue angle of 48.6º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6DF7D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 125 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 48.6º | 0.87% | 0.73% | - |
| HSV(B) | 48.6º | 0.49% | 0.96% | - |
| XYZ | 68.1 | 73.85 | 30.07 | - |
| YUV | 218.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 125 | 0 | 0.09 | 0.49 | 0.04 | 48.6 | 0.87 | 0.73 |
| Hex | F6 | DF | 7D | 0 | 9 | 31 | 4 | 31 | 57 | 49 |
| Octal | 366 | 337 | 175 | 0 | 11 | 61 | 4 | 61 | 127 | 111 |
| Binary | 11110110 | 11011111 | 1111101 | 0 | 1001 | 110001 | 100 | 110001 | 1010111 | 1001001 |
Color Harmonies of #F6DF7D
Complementary color
Monochromatic Colors of #F6DF7D
Black with #F6DF7D
Text Example
Text Example
White with #F6DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF7D; }
p { color: rgb(246,223,125); }
H1.HeaderClassName
{
color: #F6DF7D;
}
.AnyTagClassName
{
color: #F6DF7D;
}
</style>
background-color css
<style>
a { background-color: #F6DF7D; }
a { background-color: rgb(246,223,125); }
div.DivClassName
{
background-color: #F6DF7D;
}
.BgClassName
{
background-color: #F6DF7D;
}
</style>
border-color css
<style>
span { border-color: #F6DF7D; }
span { border-color: rgb(246,223,125); }
td.TdClassName
{
border-color: #F6DF7D;
}
.TagClassName
{
border-color: #F6DF7D;
}
</style>