Shades of Sweet Corn #F0DC6A
Tints of Sweet Corn #F0DC6A
RGB
CMYK
RGB Variations
Color information
#F0DC6A (or 0xF0DC6A) is known color: Sweet Corn. HEX triplet: F0, DC and 6A. RGB value is (240,220,106). Sum of RGB (Red+Green+Blue) = 240+220+106=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC6A is #0F2395. Grayscale: #D5D5D5. Windows color (decimal): -992150 or 7003376. OLE color: 7003376.
HSL color Cylindrical-coordinate representation of color #F0DC6A: hue angle of 51.04º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0DC6A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 106 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.06 |
| HSL | 51.04º | 0.82% | 0.68% | - |
| HSV(B) | 51.04º | 0.56% | 0.94% | - |
| XYZ | 64.13 | 70.75 | 23.91 | - |
| YUV | 212.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 106 | 0 | 0.08 | 0.56 | 0.06 | 51.04 | 0.82 | 0.68 |
| Hex | F0 | DC | 6A | 0 | 8 | 38 | 6 | 33 | 52 | 44 |
| Octal | 360 | 334 | 152 | 0 | 10 | 70 | 6 | 63 | 122 | 104 |
| Binary | 11110000 | 11011100 | 1101010 | 0 | 1000 | 111000 | 110 | 110011 | 1010010 | 1000100 |
Color Harmonies of #F0DC6A
Complementary color
Monochromatic Colors of #F0DC6A
Black with #F0DC6A
Text Example
Text Example
White with #F0DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC6A; }
p { color: rgb(240,220,106); }
H1.HeaderClassName
{
color: #F0DC6A;
}
.AnyTagClassName
{
color: #F0DC6A;
}
</style>
background-color css
<style>
a { background-color: #F0DC6A; }
a { background-color: rgb(240,220,106); }
div.DivClassName
{
background-color: #F0DC6A;
}
.BgClassName
{
background-color: #F0DC6A;
}
</style>
border-color css
<style>
span { border-color: #F0DC6A; }
span { border-color: rgb(240,220,106); }
td.TdClassName
{
border-color: #F0DC6A;
}
.TagClassName
{
border-color: #F0DC6A;
}
</style>