Shades of Sweet Corn #FBDB76
Tints of Sweet Corn #FBDB76
RGB
CMYK
RGB Variations
Color information
#FBDB76 (or 0xFBDB76) is known color: Sweet Corn. HEX triplet: FB, DB and 76. RGB value is (251,219,118). Sum of RGB (Red+Green+Blue) = 251+219+118=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB76 is #042489. Grayscale: #D9D9D9. Windows color (decimal): -271498 or 7789563. OLE color: 7789563.
HSL color Cylindrical-coordinate representation of color #FBDB76: hue angle of 45.56º 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 #FBDB76 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 118 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.02 |
| HSL | 45.56º | 0.94% | 0.72% | - |
| HSV(B) | 45.56º | 0.53% | 0.98% | - |
| XYZ | 68.39 | 72.48 | 27.53 | - |
| YUV | 217.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 118 | 0 | 0.13 | 0.53 | 0.02 | 45.56 | 0.94 | 0.72 |
| Hex | FB | DB | 76 | 0 | D | 35 | 2 | 2E | 5E | 48 |
| Octal | 373 | 333 | 166 | 0 | 15 | 65 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011011 | 1110110 | 0 | 1101 | 110101 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDB76
Complementary color
Monochromatic Colors of #FBDB76
Black with #FBDB76
Text Example
Text Example
White with #FBDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB76; }
p { color: rgb(251,219,118); }
H1.HeaderClassName
{
color: #FBDB76;
}
.AnyTagClassName
{
color: #FBDB76;
}
</style>
background-color css
<style>
a { background-color: #FBDB76; }
a { background-color: rgb(251,219,118); }
div.DivClassName
{
background-color: #FBDB76;
}
.BgClassName
{
background-color: #FBDB76;
}
</style>
border-color css
<style>
span { border-color: #FBDB76; }
span { border-color: rgb(251,219,118); }
td.TdClassName
{
border-color: #FBDB76;
}
.TagClassName
{
border-color: #FBDB76;
}
</style>