Shades of Sweet Corn #F6DD7B
Tints of Sweet Corn #F6DD7B
RGB
CMYK
RGB Variations
Color information
#F6DD7B (or 0xF6DD7B) is known color: Sweet Corn. HEX triplet: F6, DD and 7B. RGB value is (246,221,123). Sum of RGB (Red+Green+Blue) = 246+221+123=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD7B is #092284. Grayscale: #D9D9D9. Windows color (decimal): -598661 or 8117750. OLE color: 8117750.
HSL color Cylindrical-coordinate representation of color #F6DD7B: hue angle of 47.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DD7B is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 123 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.04 |
| HSL | 47.8º | 0.87% | 0.72% | - |
| HSV(B) | 47.8º | 0.5% | 0.96% | - |
| XYZ | 67.44 | 72.74 | 29.22 | - |
| YUV | 217.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 123 | 0 | 0.10 | 0.50 | 0.04 | 47.8 | 0.87 | 0.72 |
| Hex | F6 | DD | 7B | 0 | A | 32 | 4 | 30 | 57 | 48 |
| Octal | 366 | 335 | 173 | 0 | 12 | 62 | 4 | 60 | 127 | 110 |
| Binary | 11110110 | 11011101 | 1111011 | 0 | 1010 | 110010 | 100 | 110000 | 1010111 | 1001000 |
Color Harmonies of #F6DD7B
Complementary color
Monochromatic Colors of #F6DD7B
Black with #F6DD7B
Text Example
Text Example
White with #F6DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD7B; }
p { color: rgb(246,221,123); }
H1.HeaderClassName
{
color: #F6DD7B;
}
.AnyTagClassName
{
color: #F6DD7B;
}
</style>
background-color css
<style>
a { background-color: #F6DD7B; }
a { background-color: rgb(246,221,123); }
div.DivClassName
{
background-color: #F6DD7B;
}
.BgClassName
{
background-color: #F6DD7B;
}
</style>
border-color css
<style>
span { border-color: #F6DD7B; }
span { border-color: rgb(246,221,123); }
td.TdClassName
{
border-color: #F6DD7B;
}
.TagClassName
{
border-color: #F6DD7B;
}
</style>