Shades of Sweet Corn #FCDB76
Tints of Sweet Corn #FCDB76
RGB
CMYK
RGB Variations
Color information
#FCDB76 (or 0xFCDB76) is known color: Sweet Corn. HEX triplet: FC, DB and 76. RGB value is (252,219,118). Sum of RGB (Red+Green+Blue) = 252+219+118=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB76 is #032489. Grayscale: #D9D9D9. Windows color (decimal): -205962 or 7789564. OLE color: 7789564.
HSL color Cylindrical-coordinate representation of color #FCDB76: hue angle of 45.22º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCDB76 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 118 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 45.22º | 0.96% | 0.73% | - |
| HSV(B) | 45.22º | 0.53% | 0.99% | - |
| XYZ | 68.75 | 72.67 | 27.54 | - |
| YUV | 217.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 118 | 0 | 0.13 | 0.53 | 0.01 | 45.22 | 0.96 | 0.73 |
| Hex | FC | DB | 76 | 0 | D | 35 | 1 | 2D | 60 | 49 |
| Octal | 374 | 333 | 166 | 0 | 15 | 65 | 1 | 55 | 140 | 111 |
| Binary | 11111100 | 11011011 | 1110110 | 0 | 1101 | 110101 | 1 | 101101 | 1100000 | 1001001 |
Color Harmonies of #FCDB76
Complementary color
Monochromatic Colors of #FCDB76
Black with #FCDB76
Text Example
Text Example
White with #FCDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB76; }
p { color: rgb(252,219,118); }
H1.HeaderClassName
{
color: #FCDB76;
}
.AnyTagClassName
{
color: #FCDB76;
}
</style>
background-color css
<style>
a { background-color: #FCDB76; }
a { background-color: rgb(252,219,118); }
div.DivClassName
{
background-color: #FCDB76;
}
.BgClassName
{
background-color: #FCDB76;
}
</style>
border-color css
<style>
span { border-color: #FCDB76; }
span { border-color: rgb(252,219,118); }
td.TdClassName
{
border-color: #FCDB76;
}
.TagClassName
{
border-color: #FCDB76;
}
</style>