Shades of Sweet Corn #FBDD76
Tints of Sweet Corn #FBDD76
RGB
CMYK
RGB Variations
Color information
#FBDD76 (or 0xFBDD76) is known color: Sweet Corn. HEX triplet: FB, DD and 76. RGB value is (251,221,118). Sum of RGB (Red+Green+Blue) = 251+221+118=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD76 is #042289. Grayscale: #DADADA. Windows color (decimal): -270986 or 7790075. OLE color: 7790075.
HSL color Cylindrical-coordinate representation of color #FBDD76: hue angle of 46.47º 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 #FBDD76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 118 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.02 |
| HSL | 46.47º | 0.94% | 0.72% | - |
| HSV(B) | 46.47º | 0.53% | 0.98% | - |
| XYZ | 68.91 | 73.53 | 27.7 | - |
| YUV | 218.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 118 | 0 | 0.12 | 0.53 | 0.02 | 46.47 | 0.94 | 0.72 |
| Hex | FB | DD | 76 | 0 | C | 35 | 2 | 2E | 5E | 48 |
| Octal | 373 | 335 | 166 | 0 | 14 | 65 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011101 | 1110110 | 0 | 1100 | 110101 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDD76
Complementary color
Monochromatic Colors of #FBDD76
Black with #FBDD76
Text Example
Text Example
White with #FBDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD76; }
p { color: rgb(251,221,118); }
H1.HeaderClassName
{
color: #FBDD76;
}
.AnyTagClassName
{
color: #FBDD76;
}
</style>
background-color css
<style>
a { background-color: #FBDD76; }
a { background-color: rgb(251,221,118); }
div.DivClassName
{
background-color: #FBDD76;
}
.BgClassName
{
background-color: #FBDD76;
}
</style>
border-color css
<style>
span { border-color: #FBDD76; }
span { border-color: rgb(251,221,118); }
td.TdClassName
{
border-color: #FBDD76;
}
.TagClassName
{
border-color: #FBDD76;
}
</style>