Shades of Sweet Corn #FBDB73
Tints of Sweet Corn #FBDB73
RGB
CMYK
RGB Variations
Color information
#FBDB73 (or 0xFBDB73) is known color: Sweet Corn. HEX triplet: FB, DB and 73. RGB value is (251,219,115). Sum of RGB (Red+Green+Blue) = 251+219+115=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB73 is #04248C. Grayscale: #D9D9D9. Windows color (decimal): -271501 or 7592955. OLE color: 7592955.
HSL color Cylindrical-coordinate representation of color #FBDB73: hue angle of 45.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBDB73 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 115 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.02 |
| HSL | 45.88º | 0.94% | 0.72% | - |
| HSV(B) | 45.88º | 0.54% | 0.98% | - |
| XYZ | 68.21 | 72.41 | 26.6 | - |
| YUV | 216.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 115 | 0 | 0.13 | 0.54 | 0.02 | 45.88 | 0.94 | 0.72 |
| Hex | FB | DB | 73 | 0 | D | 36 | 2 | 2E | 5E | 48 |
| Octal | 373 | 333 | 163 | 0 | 15 | 66 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011011 | 1110011 | 0 | 1101 | 110110 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDB73
Complementary color
Monochromatic Colors of #FBDB73
Black with #FBDB73
Text Example
Text Example
White with #FBDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB73; }
p { color: rgb(251,219,115); }
H1.HeaderClassName
{
color: #FBDB73;
}
.AnyTagClassName
{
color: #FBDB73;
}
</style>
background-color css
<style>
a { background-color: #FBDB73; }
a { background-color: rgb(251,219,115); }
div.DivClassName
{
background-color: #FBDB73;
}
.BgClassName
{
background-color: #FBDB73;
}
</style>
border-color css
<style>
span { border-color: #FBDB73; }
span { border-color: rgb(251,219,115); }
td.TdClassName
{
border-color: #FBDB73;
}
.TagClassName
{
border-color: #FBDB73;
}
</style>