Shades of Sweet Corn #F3DD6A
Tints of Sweet Corn #F3DD6A
RGB
CMYK
RGB Variations
Color information
#F3DD6A (or 0xF3DD6A) is known color: Sweet Corn. HEX triplet: F3, DD and 6A. RGB value is (243,221,106). Sum of RGB (Red+Green+Blue) = 243+221+106=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD6A is #0C2295. Grayscale: #D6D6D6. Windows color (decimal): -795286 or 7003635. OLE color: 7003635.
HSL color Cylindrical-coordinate representation of color #F3DD6A: hue angle of 50.36º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3DD6A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 106 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.05 |
| HSL | 50.36º | 0.85% | 0.68% | - |
| HSV(B) | 50.36º | 0.56% | 0.95% | - |
| XYZ | 65.42 | 71.81 | 24.05 | - |
| YUV | 214.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 106 | 0 | 0.09 | 0.56 | 0.05 | 50.36 | 0.85 | 0.68 |
| Hex | F3 | DD | 6A | 0 | 9 | 38 | 5 | 32 | 55 | 44 |
| Octal | 363 | 335 | 152 | 0 | 11 | 70 | 5 | 62 | 125 | 104 |
| Binary | 11110011 | 11011101 | 1101010 | 0 | 1001 | 111000 | 101 | 110010 | 1010101 | 1000100 |
Color Harmonies of #F3DD6A
Complementary color
Monochromatic Colors of #F3DD6A
Black with #F3DD6A
Text Example
Text Example
White with #F3DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD6A; }
p { color: rgb(243,221,106); }
H1.HeaderClassName
{
color: #F3DD6A;
}
.AnyTagClassName
{
color: #F3DD6A;
}
</style>
background-color css
<style>
a { background-color: #F3DD6A; }
a { background-color: rgb(243,221,106); }
div.DivClassName
{
background-color: #F3DD6A;
}
.BgClassName
{
background-color: #F3DD6A;
}
</style>
border-color css
<style>
span { border-color: #F3DD6A; }
span { border-color: rgb(243,221,106); }
td.TdClassName
{
border-color: #F3DD6A;
}
.TagClassName
{
border-color: #F3DD6A;
}
</style>