Shades of Sweet Corn #F3D770
Tints of Sweet Corn #F3D770
RGB
CMYK
RGB Variations
Color information
#F3D770 (or 0xF3D770) is known color: Sweet Corn. HEX triplet: F3, D7 and 70. RGB value is (243,215,112). Sum of RGB (Red+Green+Blue) = 243+215+112=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D770 is #0C288F. Grayscale: #D4D4D4. Windows color (decimal): -796816 or 7395315. OLE color: 7395315.
HSL color Cylindrical-coordinate representation of color #F3D770: hue angle of 47.18º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3D770 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 112 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.05 |
| HSL | 47.18º | 0.85% | 0.7% | - |
| HSV(B) | 47.18º | 0.54% | 0.95% | - |
| XYZ | 64.19 | 68.83 | 25.23 | - |
| YUV | 211.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 112 | 0 | 0.12 | 0.54 | 0.05 | 47.18 | 0.85 | 0.7 |
| Hex | F3 | D7 | 70 | 0 | C | 36 | 5 | 2F | 55 | 46 |
| Octal | 363 | 327 | 160 | 0 | 14 | 66 | 5 | 57 | 125 | 106 |
| Binary | 11110011 | 11010111 | 1110000 | 0 | 1100 | 110110 | 101 | 101111 | 1010101 | 1000110 |
Color Harmonies of #F3D770
Complementary color
Monochromatic Colors of #F3D770
Black with #F3D770
Text Example
Text Example
White with #F3D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D770; }
p { color: rgb(243,215,112); }
H1.HeaderClassName
{
color: #F3D770;
}
.AnyTagClassName
{
color: #F3D770;
}
</style>
background-color css
<style>
a { background-color: #F3D770; }
a { background-color: rgb(243,215,112); }
div.DivClassName
{
background-color: #F3D770;
}
.BgClassName
{
background-color: #F3D770;
}
</style>
border-color css
<style>
span { border-color: #F3D770; }
span { border-color: rgb(243,215,112); }
td.TdClassName
{
border-color: #F3D770;
}
.TagClassName
{
border-color: #F3D770;
}
</style>