Shades of Sweet Corn #FBDB70
Tints of Sweet Corn #FBDB70
RGB
CMYK
RGB Variations
Color information
#FBDB70 (or 0xFBDB70) is known color: Sweet Corn. HEX triplet: FB, DB and 70. RGB value is (251,219,112). Sum of RGB (Red+Green+Blue) = 251+219+112=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB70 is #04248F. Grayscale: #D8D8D8. Windows color (decimal): -271504 or 7396347. OLE color: 7396347.
HSL color Cylindrical-coordinate representation of color #FBDB70: hue angle of 46.19º 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 #FBDB70 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 112 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.02 |
| HSL | 46.19º | 0.95% | 0.71% | - |
| HSV(B) | 46.19º | 0.55% | 0.98% | - |
| XYZ | 68.04 | 72.34 | 25.71 | - |
| YUV | 216.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 112 | 0 | 0.13 | 0.55 | 0.02 | 46.19 | 0.95 | 0.71 |
| Hex | FB | DB | 70 | 0 | D | 37 | 2 | 2E | 5F | 47 |
| Octal | 373 | 333 | 160 | 0 | 15 | 67 | 2 | 56 | 137 | 107 |
| Binary | 11111011 | 11011011 | 1110000 | 0 | 1101 | 110111 | 10 | 101110 | 1011111 | 1000111 |
Color Harmonies of #FBDB70
Complementary color
Monochromatic Colors of #FBDB70
Black with #FBDB70
Text Example
Text Example
White with #FBDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB70; }
p { color: rgb(251,219,112); }
H1.HeaderClassName
{
color: #FBDB70;
}
.AnyTagClassName
{
color: #FBDB70;
}
</style>
background-color css
<style>
a { background-color: #FBDB70; }
a { background-color: rgb(251,219,112); }
div.DivClassName
{
background-color: #FBDB70;
}
.BgClassName
{
background-color: #FBDB70;
}
</style>
border-color css
<style>
span { border-color: #FBDB70; }
span { border-color: rgb(251,219,112); }
td.TdClassName
{
border-color: #FBDB70;
}
.TagClassName
{
border-color: #FBDB70;
}
</style>