Shades of Sweet Corn #FBDB6E
Tints of Sweet Corn #FBDB6E
RGB
CMYK
RGB Variations
Color information
#FBDB6E (or 0xFBDB6E) is known color: Sweet Corn. HEX triplet: FB, DB and 6E. RGB value is (251,219,110). Sum of RGB (Red+Green+Blue) = 251+219+110=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB6E is #042491. Grayscale: #D8D8D8. Windows color (decimal): -271506 or 7265275. OLE color: 7265275.
HSL color Cylindrical-coordinate representation of color #FBDB6E: hue angle of 46.38º 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 #FBDB6E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 110 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.02 |
| HSL | 46.38º | 0.95% | 0.71% | - |
| HSV(B) | 46.38º | 0.56% | 0.98% | - |
| XYZ | 67.93 | 72.3 | 25.13 | - |
| YUV | 216.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 110 | 0 | 0.13 | 0.56 | 0.02 | 46.38 | 0.95 | 0.71 |
| Hex | FB | DB | 6E | 0 | D | 38 | 2 | 2E | 5F | 47 |
| Octal | 373 | 333 | 156 | 0 | 15 | 70 | 2 | 56 | 137 | 107 |
| Binary | 11111011 | 11011011 | 1101110 | 0 | 1101 | 111000 | 10 | 101110 | 1011111 | 1000111 |
Color Harmonies of #FBDB6E
Complementary color
Monochromatic Colors of #FBDB6E
Black with #FBDB6E
Text Example
Text Example
White with #FBDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB6E; }
p { color: rgb(251,219,110); }
H1.HeaderClassName
{
color: #FBDB6E;
}
.AnyTagClassName
{
color: #FBDB6E;
}
</style>
background-color css
<style>
a { background-color: #FBDB6E; }
a { background-color: rgb(251,219,110); }
div.DivClassName
{
background-color: #FBDB6E;
}
.BgClassName
{
background-color: #FBDB6E;
}
</style>
border-color css
<style>
span { border-color: #FBDB6E; }
span { border-color: rgb(251,219,110); }
td.TdClassName
{
border-color: #FBDB6E;
}
.TagClassName
{
border-color: #FBDB6E;
}
</style>