Shades of Sweet Corn #F2DB6F
Tints of Sweet Corn #F2DB6F
RGB
CMYK
RGB Variations
Color information
#F2DB6F (or 0xF2DB6F) is known color: Sweet Corn. HEX triplet: F2, DB and 6F. RGB value is (242,219,111). Sum of RGB (Red+Green+Blue) = 242+219+111=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB6F is #0D2490. Grayscale: #D6D6D6. Windows color (decimal): -861329 or 7330802. OLE color: 7330802.
HSL color Cylindrical-coordinate representation of color #F2DB6F: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2DB6F is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 111 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.05 |
| HSL | 49.47º | 0.83% | 0.69% | - |
| HSV(B) | 49.47º | 0.54% | 0.95% | - |
| XYZ | 64.82 | 70.69 | 25.27 | - |
| YUV | 213.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 111 | 0 | 0.10 | 0.54 | 0.05 | 49.47 | 0.83 | 0.69 |
| Hex | F2 | DB | 6F | 0 | A | 36 | 5 | 31 | 53 | 45 |
| Octal | 362 | 333 | 157 | 0 | 12 | 66 | 5 | 61 | 123 | 105 |
| Binary | 11110010 | 11011011 | 1101111 | 0 | 1010 | 110110 | 101 | 110001 | 1010011 | 1000101 |
Color Harmonies of #F2DB6F
Complementary color
Monochromatic Colors of #F2DB6F
Black with #F2DB6F
Text Example
Text Example
White with #F2DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB6F; }
p { color: rgb(242,219,111); }
H1.HeaderClassName
{
color: #F2DB6F;
}
.AnyTagClassName
{
color: #F2DB6F;
}
</style>
background-color css
<style>
a { background-color: #F2DB6F; }
a { background-color: rgb(242,219,111); }
div.DivClassName
{
background-color: #F2DB6F;
}
.BgClassName
{
background-color: #F2DB6F;
}
</style>
border-color css
<style>
span { border-color: #F2DB6F; }
span { border-color: rgb(242,219,111); }
td.TdClassName
{
border-color: #F2DB6F;
}
.TagClassName
{
border-color: #F2DB6F;
}
</style>