Shades of Sweet Corn #FBDD6D
Tints of Sweet Corn #FBDD6D
RGB
CMYK
RGB Variations
Color information
#FBDD6D (or 0xFBDD6D) is known color: Sweet Corn. HEX triplet: FB, DD and 6D. RGB value is (251,221,109). Sum of RGB (Red+Green+Blue) = 251+221+109=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD6D is #042292. Grayscale: #D9D9D9. Windows color (decimal): -270995 or 7200251. OLE color: 7200251.
HSL color Cylindrical-coordinate representation of color #FBDD6D: hue angle of 47.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBDD6D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 109 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 47.32º | 0.95% | 0.71% | - |
| HSV(B) | 47.32º | 0.57% | 0.98% | - |
| XYZ | 68.4 | 73.33 | 25.02 | - |
| YUV | 217.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 109 | 0 | 0.12 | 0.57 | 0.02 | 47.32 | 0.95 | 0.71 |
| Hex | FB | DD | 6D | 0 | C | 39 | 2 | 2F | 5F | 47 |
| Octal | 373 | 335 | 155 | 0 | 14 | 71 | 2 | 57 | 137 | 107 |
| Binary | 11111011 | 11011101 | 1101101 | 0 | 1100 | 111001 | 10 | 101111 | 1011111 | 1000111 |
Color Harmonies of #FBDD6D
Complementary color
Monochromatic Colors of #FBDD6D
Black with #FBDD6D
Text Example
Text Example
White with #FBDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD6D; }
p { color: rgb(251,221,109); }
H1.HeaderClassName
{
color: #FBDD6D;
}
.AnyTagClassName
{
color: #FBDD6D;
}
</style>
background-color css
<style>
a { background-color: #FBDD6D; }
a { background-color: rgb(251,221,109); }
div.DivClassName
{
background-color: #FBDD6D;
}
.BgClassName
{
background-color: #FBDD6D;
}
</style>
border-color css
<style>
span { border-color: #FBDD6D; }
span { border-color: rgb(251,221,109); }
td.TdClassName
{
border-color: #FBDD6D;
}
.TagClassName
{
border-color: #FBDD6D;
}
</style>