Shades of Sweet Corn #F0DE6B
Tints of Sweet Corn #F0DE6B
RGB
CMYK
RGB Variations
Color information
#F0DE6B (or 0xF0DE6B) is known color: Sweet Corn. HEX triplet: F0, DE and 6B. RGB value is (240,222,107). Sum of RGB (Red+Green+Blue) = 240+222+107=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE6B is #0F2194. Grayscale: #D6D6D6. Windows color (decimal): -991637 or 7069424. OLE color: 7069424.
HSL color Cylindrical-coordinate representation of color #F0DE6B: hue angle of 51.88º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0DE6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.06 |
| HSL | 51.88º | 0.82% | 0.68% | - |
| HSV(B) | 51.88º | 0.55% | 0.94% | - |
| XYZ | 64.71 | 71.83 | 24.36 | - |
| YUV | 214.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 107 | 0 | 0.08 | 0.55 | 0.06 | 51.88 | 0.82 | 0.68 |
| Hex | F0 | DE | 6B | 0 | 8 | 37 | 6 | 34 | 52 | 44 |
| Octal | 360 | 336 | 153 | 0 | 10 | 67 | 6 | 64 | 122 | 104 |
| Binary | 11110000 | 11011110 | 1101011 | 0 | 1000 | 110111 | 110 | 110100 | 1010010 | 1000100 |
Color Harmonies of #F0DE6B
Complementary color
Monochromatic Colors of #F0DE6B
Black with #F0DE6B
Text Example
Text Example
White with #F0DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE6B; }
p { color: rgb(240,222,107); }
H1.HeaderClassName
{
color: #F0DE6B;
}
.AnyTagClassName
{
color: #F0DE6B;
}
</style>
background-color css
<style>
a { background-color: #F0DE6B; }
a { background-color: rgb(240,222,107); }
div.DivClassName
{
background-color: #F0DE6B;
}
.BgClassName
{
background-color: #F0DE6B;
}
</style>
border-color css
<style>
span { border-color: #F0DE6B; }
span { border-color: rgb(240,222,107); }
td.TdClassName
{
border-color: #F0DE6B;
}
.TagClassName
{
border-color: #F0DE6B;
}
</style>