Shades of Sweet Corn #F3DF70
Tints of Sweet Corn #F3DF70
RGB
CMYK
RGB Variations
Color information
#F3DF70 (or 0xF3DF70) is known color: Sweet Corn. HEX triplet: F3, DF and 70. RGB value is (243,223,112). Sum of RGB (Red+Green+Blue) = 243+223+112=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF70 is #0C208F. Grayscale: #D8D8D8. Windows color (decimal): -794768 or 7397363. OLE color: 7397363.
HSL color Cylindrical-coordinate representation of color #F3DF70: hue angle of 50.84º 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 #F3DF70 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 112 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.05 |
| HSL | 50.84º | 0.85% | 0.7% | - |
| HSV(B) | 50.84º | 0.54% | 0.95% | - |
| XYZ | 66.27 | 73 | 25.93 | - |
| YUV | 216.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 112 | 0 | 0.08 | 0.54 | 0.05 | 50.84 | 0.85 | 0.7 |
| Hex | F3 | DF | 70 | 0 | 8 | 36 | 5 | 33 | 55 | 46 |
| Octal | 363 | 337 | 160 | 0 | 10 | 66 | 5 | 63 | 125 | 106 |
| Binary | 11110011 | 11011111 | 1110000 | 0 | 1000 | 110110 | 101 | 110011 | 1010101 | 1000110 |
Color Harmonies of #F3DF70
Complementary color
Monochromatic Colors of #F3DF70
Black with #F3DF70
Text Example
Text Example
White with #F3DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF70; }
p { color: rgb(243,223,112); }
H1.HeaderClassName
{
color: #F3DF70;
}
.AnyTagClassName
{
color: #F3DF70;
}
</style>
background-color css
<style>
a { background-color: #F3DF70; }
a { background-color: rgb(243,223,112); }
div.DivClassName
{
background-color: #F3DF70;
}
.BgClassName
{
background-color: #F3DF70;
}
</style>
border-color css
<style>
span { border-color: #F3DF70; }
span { border-color: rgb(243,223,112); }
td.TdClassName
{
border-color: #F3DF70;
}
.TagClassName
{
border-color: #F3DF70;
}
</style>