Shades of Sweet Corn #FBDB6B
Tints of Sweet Corn #FBDB6B
RGB
CMYK
RGB Variations
Color information
#FBDB6B (or 0xFBDB6B) is known color: Sweet Corn. HEX triplet: FB, DB and 6B. RGB value is (251,219,107). Sum of RGB (Red+Green+Blue) = 251+219+107=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB6B is #042494. Grayscale: #D8D8D8. Windows color (decimal): -271509 or 7068667. OLE color: 7068667.
HSL color Cylindrical-coordinate representation of color #FBDB6B: hue angle of 46.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBDB6B is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 107 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.02 |
| HSL | 46.67º | 0.95% | 0.7% | - |
| HSV(B) | 46.67º | 0.57% | 0.98% | - |
| XYZ | 67.77 | 72.23 | 24.28 | - |
| YUV | 215.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 107 | 0 | 0.13 | 0.57 | 0.02 | 46.67 | 0.95 | 0.7 |
| Hex | FB | DB | 6B | 0 | D | 39 | 2 | 2F | 5F | 46 |
| Octal | 373 | 333 | 153 | 0 | 15 | 71 | 2 | 57 | 137 | 106 |
| Binary | 11111011 | 11011011 | 1101011 | 0 | 1101 | 111001 | 10 | 101111 | 1011111 | 1000110 |
Color Harmonies of #FBDB6B
Complementary color
Monochromatic Colors of #FBDB6B
Black with #FBDB6B
Text Example
Text Example
White with #FBDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB6B; }
p { color: rgb(251,219,107); }
H1.HeaderClassName
{
color: #FBDB6B;
}
.AnyTagClassName
{
color: #FBDB6B;
}
</style>
background-color css
<style>
a { background-color: #FBDB6B; }
a { background-color: rgb(251,219,107); }
div.DivClassName
{
background-color: #FBDB6B;
}
.BgClassName
{
background-color: #FBDB6B;
}
</style>
border-color css
<style>
span { border-color: #FBDB6B; }
span { border-color: rgb(251,219,107); }
td.TdClassName
{
border-color: #FBDB6B;
}
.TagClassName
{
border-color: #FBDB6B;
}
</style>