Shades of Sweet Corn #F3DD6E
Tints of Sweet Corn #F3DD6E
RGB
CMYK
RGB Variations
Color information
#F3DD6E (or 0xF3DD6E) is known color: Sweet Corn. HEX triplet: F3, DD and 6E. RGB value is (243,221,110). Sum of RGB (Red+Green+Blue) = 243+221+110=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD6E is #0C2291. Grayscale: #D7D7D7. Windows color (decimal): -795282 or 7265779. OLE color: 7265779.
HSL color Cylindrical-coordinate representation of color #F3DD6E: hue angle of 50.08º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3DD6E is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 110 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.05 |
| HSL | 50.08º | 0.85% | 0.69% | - |
| HSV(B) | 50.08º | 0.55% | 0.95% | - |
| XYZ | 65.63 | 71.89 | 25.17 | - |
| YUV | 214.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 110 | 0 | 0.09 | 0.55 | 0.05 | 50.08 | 0.85 | 0.69 |
| Hex | F3 | DD | 6E | 0 | 9 | 37 | 5 | 32 | 55 | 45 |
| Octal | 363 | 335 | 156 | 0 | 11 | 67 | 5 | 62 | 125 | 105 |
| Binary | 11110011 | 11011101 | 1101110 | 0 | 1001 | 110111 | 101 | 110010 | 1010101 | 1000101 |
Color Harmonies of #F3DD6E
Complementary color
Monochromatic Colors of #F3DD6E
Black with #F3DD6E
Text Example
Text Example
White with #F3DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD6E; }
p { color: rgb(243,221,110); }
H1.HeaderClassName
{
color: #F3DD6E;
}
.AnyTagClassName
{
color: #F3DD6E;
}
</style>
background-color css
<style>
a { background-color: #F3DD6E; }
a { background-color: rgb(243,221,110); }
div.DivClassName
{
background-color: #F3DD6E;
}
.BgClassName
{
background-color: #F3DD6E;
}
</style>
border-color css
<style>
span { border-color: #F3DD6E; }
span { border-color: rgb(243,221,110); }
td.TdClassName
{
border-color: #F3DD6E;
}
.TagClassName
{
border-color: #F3DD6E;
}
</style>