Shades of Sweet Corn #FBDB6C
Tints of Sweet Corn #FBDB6C
RGB
CMYK
RGB Variations
Color information
#FBDB6C (or 0xFBDB6C) is known color: Sweet Corn. HEX triplet: FB, DB and 6C. RGB value is (251,219,108). Sum of RGB (Red+Green+Blue) = 251+219+108=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB6C is #042493. Grayscale: #D8D8D8. Windows color (decimal): -271508 or 7134203. OLE color: 7134203.
HSL color Cylindrical-coordinate representation of color #FBDB6C: hue angle of 46.57º 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 #FBDB6C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 108 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.02 |
| HSL | 46.57º | 0.95% | 0.7% | - |
| HSV(B) | 46.57º | 0.57% | 0.98% | - |
| XYZ | 67.82 | 72.25 | 24.56 | - |
| YUV | 215.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 108 | 0 | 0.13 | 0.57 | 0.02 | 46.57 | 0.95 | 0.7 |
| Hex | FB | DB | 6C | 0 | D | 39 | 2 | 2F | 5F | 46 |
| Octal | 373 | 333 | 154 | 0 | 15 | 71 | 2 | 57 | 137 | 106 |
| Binary | 11111011 | 11011011 | 1101100 | 0 | 1101 | 111001 | 10 | 101111 | 1011111 | 1000110 |
Color Harmonies of #FBDB6C
Complementary color
Monochromatic Colors of #FBDB6C
Black with #FBDB6C
Text Example
Text Example
White with #FBDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB6C; }
p { color: rgb(251,219,108); }
H1.HeaderClassName
{
color: #FBDB6C;
}
.AnyTagClassName
{
color: #FBDB6C;
}
</style>
background-color css
<style>
a { background-color: #FBDB6C; }
a { background-color: rgb(251,219,108); }
div.DivClassName
{
background-color: #FBDB6C;
}
.BgClassName
{
background-color: #FBDB6C;
}
</style>
border-color css
<style>
span { border-color: #FBDB6C; }
span { border-color: rgb(251,219,108); }
td.TdClassName
{
border-color: #FBDB6C;
}
.TagClassName
{
border-color: #FBDB6C;
}
</style>