Shades of Sweet Corn #FBDC76
Tints of Sweet Corn #FBDC76
RGB
CMYK
RGB Variations
Color information
#FBDC76 (or 0xFBDC76) is known color: Sweet Corn. HEX triplet: FB, DC and 76. RGB value is (251,220,118). Sum of RGB (Red+Green+Blue) = 251+220+118=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC76 is #042389. Grayscale: #DADADA. Windows color (decimal): -271242 or 7789819. OLE color: 7789819.
HSL color Cylindrical-coordinate representation of color #FBDC76: hue angle of 46.02º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBDC76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 118 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.02 |
| HSL | 46.02º | 0.94% | 0.72% | - |
| HSV(B) | 46.02º | 0.53% | 0.98% | - |
| XYZ | 68.65 | 73 | 27.61 | - |
| YUV | 217.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 118 | 0 | 0.12 | 0.53 | 0.02 | 46.02 | 0.94 | 0.72 |
| Hex | FB | DC | 76 | 0 | C | 35 | 2 | 2E | 5E | 48 |
| Octal | 373 | 334 | 166 | 0 | 14 | 65 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011100 | 1110110 | 0 | 1100 | 110101 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDC76
Complementary color
Monochromatic Colors of #FBDC76
Black with #FBDC76
Text Example
Text Example
White with #FBDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC76; }
p { color: rgb(251,220,118); }
H1.HeaderClassName
{
color: #FBDC76;
}
.AnyTagClassName
{
color: #FBDC76;
}
</style>
background-color css
<style>
a { background-color: #FBDC76; }
a { background-color: rgb(251,220,118); }
div.DivClassName
{
background-color: #FBDC76;
}
.BgClassName
{
background-color: #FBDC76;
}
</style>
border-color css
<style>
span { border-color: #FBDC76; }
span { border-color: rgb(251,220,118); }
td.TdClassName
{
border-color: #FBDC76;
}
.TagClassName
{
border-color: #FBDC76;
}
</style>