Shades of Sweet Corn #F6DD6B
Tints of Sweet Corn #F6DD6B
RGB
CMYK
RGB Variations
Color information
#F6DD6B (or 0xF6DD6B) is known color: Sweet Corn. HEX triplet: F6, DD and 6B. RGB value is (246,221,107). Sum of RGB (Red+Green+Blue) = 246+221+107=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD6B is #092294. Grayscale: #D7D7D7. Windows color (decimal): -598677 or 7069174. OLE color: 7069174.
HSL color Cylindrical-coordinate representation of color #F6DD6B: hue angle of 49.21º degrees, saturation: 0.89, 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 #F6DD6B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 107 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.04 |
| HSL | 49.21º | 0.89% | 0.69% | - |
| HSV(B) | 49.21º | 0.57% | 0.96% | - |
| XYZ | 66.52 | 72.37 | 24.37 | - |
| YUV | 215.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 107 | 0 | 0.10 | 0.57 | 0.04 | 49.21 | 0.89 | 0.69 |
| Hex | F6 | DD | 6B | 0 | A | 39 | 4 | 31 | 59 | 45 |
| Octal | 366 | 335 | 153 | 0 | 12 | 71 | 4 | 61 | 131 | 105 |
| Binary | 11110110 | 11011101 | 1101011 | 0 | 1010 | 111001 | 100 | 110001 | 1011001 | 1000101 |
Color Harmonies of #F6DD6B
Complementary color
Monochromatic Colors of #F6DD6B
Black with #F6DD6B
Text Example
Text Example
White with #F6DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD6B; }
p { color: rgb(246,221,107); }
H1.HeaderClassName
{
color: #F6DD6B;
}
.AnyTagClassName
{
color: #F6DD6B;
}
</style>
background-color css
<style>
a { background-color: #F6DD6B; }
a { background-color: rgb(246,221,107); }
div.DivClassName
{
background-color: #F6DD6B;
}
.BgClassName
{
background-color: #F6DD6B;
}
</style>
border-color css
<style>
span { border-color: #F6DD6B; }
span { border-color: rgb(246,221,107); }
td.TdClassName
{
border-color: #F6DD6B;
}
.TagClassName
{
border-color: #F6DD6B;
}
</style>