Shades of Sweet Corn #FBDB71
Tints of Sweet Corn #FBDB71
RGB
CMYK
RGB Variations
Color information
#FBDB71 (or 0xFBDB71) is known color: Sweet Corn. HEX triplet: FB, DB and 71. RGB value is (251,219,113). Sum of RGB (Red+Green+Blue) = 251+219+113=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB71 is #04248E. Grayscale: #D8D8D8. Windows color (decimal): -271503 or 7461883. OLE color: 7461883.
HSL color Cylindrical-coordinate representation of color #FBDB71: hue angle of 46.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDB71 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 113 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.02 |
| HSL | 46.09º | 0.95% | 0.71% | - |
| HSV(B) | 46.09º | 0.55% | 0.98% | - |
| XYZ | 68.1 | 72.36 | 26 | - |
| YUV | 216.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 113 | 0 | 0.13 | 0.55 | 0.02 | 46.09 | 0.95 | 0.71 |
| Hex | FB | DB | 71 | 0 | D | 37 | 2 | 2E | 5F | 47 |
| Octal | 373 | 333 | 161 | 0 | 15 | 67 | 2 | 56 | 137 | 107 |
| Binary | 11111011 | 11011011 | 1110001 | 0 | 1101 | 110111 | 10 | 101110 | 1011111 | 1000111 |
Color Harmonies of #FBDB71
Complementary color
Monochromatic Colors of #FBDB71
Black with #FBDB71
Text Example
Text Example
White with #FBDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB71; }
p { color: rgb(251,219,113); }
H1.HeaderClassName
{
color: #FBDB71;
}
.AnyTagClassName
{
color: #FBDB71;
}
</style>
background-color css
<style>
a { background-color: #FBDB71; }
a { background-color: rgb(251,219,113); }
div.DivClassName
{
background-color: #FBDB71;
}
.BgClassName
{
background-color: #FBDB71;
}
</style>
border-color css
<style>
span { border-color: #FBDB71; }
span { border-color: rgb(251,219,113); }
td.TdClassName
{
border-color: #FBDB71;
}
.TagClassName
{
border-color: #FBDB71;
}
</style>