Shades of Sweet Corn #FBDB6F
Tints of Sweet Corn #FBDB6F
RGB
CMYK
RGB Variations
Color information
#FBDB6F (or 0xFBDB6F) is known color: Sweet Corn. HEX triplet: FB, DB and 6F. RGB value is (251,219,111). Sum of RGB (Red+Green+Blue) = 251+219+111=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB6F is #042490. Grayscale: #D8D8D8. Windows color (decimal): -271505 or 7330811. OLE color: 7330811.
HSL color Cylindrical-coordinate representation of color #FBDB6F: hue angle of 46.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBDB6F is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 111 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.02 |
| HSL | 46.29º | 0.95% | 0.71% | - |
| HSV(B) | 46.29º | 0.56% | 0.98% | - |
| XYZ | 67.98 | 72.32 | 25.41 | - |
| YUV | 216.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 111 | 0 | 0.13 | 0.56 | 0.02 | 46.29 | 0.95 | 0.71 |
| Hex | FB | DB | 6F | 0 | D | 38 | 2 | 2E | 5F | 47 |
| Octal | 373 | 333 | 157 | 0 | 15 | 70 | 2 | 56 | 137 | 107 |
| Binary | 11111011 | 11011011 | 1101111 | 0 | 1101 | 111000 | 10 | 101110 | 1011111 | 1000111 |
Color Harmonies of #FBDB6F
Complementary color
Monochromatic Colors of #FBDB6F
Black with #FBDB6F
Text Example
Text Example
White with #FBDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB6F; }
p { color: rgb(251,219,111); }
H1.HeaderClassName
{
color: #FBDB6F;
}
.AnyTagClassName
{
color: #FBDB6F;
}
</style>
background-color css
<style>
a { background-color: #FBDB6F; }
a { background-color: rgb(251,219,111); }
div.DivClassName
{
background-color: #FBDB6F;
}
.BgClassName
{
background-color: #FBDB6F;
}
</style>
border-color css
<style>
span { border-color: #FBDB6F; }
span { border-color: rgb(251,219,111); }
td.TdClassName
{
border-color: #FBDB6F;
}
.TagClassName
{
border-color: #FBDB6F;
}
</style>