Shades of Sweet Corn #F3DC6B
Tints of Sweet Corn #F3DC6B
RGB
CMYK
RGB Variations
Color information
#F3DC6B (or 0xF3DC6B) is known color: Sweet Corn. HEX triplet: F3, DC and 6B. RGB value is (243,220,107). Sum of RGB (Red+Green+Blue) = 243+220+107=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC6B is #0C2394. Grayscale: #D6D6D6. Windows color (decimal): -795541 or 7068915. OLE color: 7068915.
HSL color Cylindrical-coordinate representation of color #F3DC6B: hue angle of 49.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3DC6B is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 107 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.05 |
| HSL | 49.85º | 0.85% | 0.69% | - |
| HSV(B) | 49.85º | 0.56% | 0.95% | - |
| XYZ | 65.21 | 71.3 | 24.24 | - |
| YUV | 214 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 107 | 0 | 0.09 | 0.56 | 0.05 | 49.85 | 0.85 | 0.69 |
| Hex | F3 | DC | 6B | 0 | 9 | 38 | 5 | 32 | 55 | 45 |
| Octal | 363 | 334 | 153 | 0 | 11 | 70 | 5 | 62 | 125 | 105 |
| Binary | 11110011 | 11011100 | 1101011 | 0 | 1001 | 111000 | 101 | 110010 | 1010101 | 1000101 |
Color Harmonies of #F3DC6B
Complementary color
Monochromatic Colors of #F3DC6B
Black with #F3DC6B
Text Example
Text Example
White with #F3DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC6B; }
p { color: rgb(243,220,107); }
H1.HeaderClassName
{
color: #F3DC6B;
}
.AnyTagClassName
{
color: #F3DC6B;
}
</style>
background-color css
<style>
a { background-color: #F3DC6B; }
a { background-color: rgb(243,220,107); }
div.DivClassName
{
background-color: #F3DC6B;
}
.BgClassName
{
background-color: #F3DC6B;
}
</style>
border-color css
<style>
span { border-color: #F3DC6B; }
span { border-color: rgb(243,220,107); }
td.TdClassName
{
border-color: #F3DC6B;
}
.TagClassName
{
border-color: #F3DC6B;
}
</style>