Shades of Sweet Corn #FBDD6B
Tints of Sweet Corn #FBDD6B
RGB
CMYK
RGB Variations
Color information
#FBDD6B (or 0xFBDD6B) is known color: Sweet Corn. HEX triplet: FB, DD and 6B. RGB value is (251,221,107). Sum of RGB (Red+Green+Blue) = 251+221+107=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD6B is #042294. Grayscale: #D9D9D9. Windows color (decimal): -270997 or 7069179. OLE color: 7069179.
HSL color Cylindrical-coordinate representation of color #FBDD6B: hue angle of 47.5º 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 #FBDD6B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 107 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 47.5º | 0.95% | 0.7% | - |
| HSV(B) | 47.5º | 0.57% | 0.98% | - |
| XYZ | 68.29 | 73.28 | 24.46 | - |
| YUV | 216.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 107 | 0 | 0.12 | 0.57 | 0.02 | 47.5 | 0.95 | 0.7 |
| Hex | FB | DD | 6B | 0 | C | 39 | 2 | 30 | 5F | 46 |
| Octal | 373 | 335 | 153 | 0 | 14 | 71 | 2 | 60 | 137 | 106 |
| Binary | 11111011 | 11011101 | 1101011 | 0 | 1100 | 111001 | 10 | 110000 | 1011111 | 1000110 |
Color Harmonies of #FBDD6B
Complementary color
Monochromatic Colors of #FBDD6B
Black with #FBDD6B
Text Example
Text Example
White with #FBDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD6B; }
p { color: rgb(251,221,107); }
H1.HeaderClassName
{
color: #FBDD6B;
}
.AnyTagClassName
{
color: #FBDD6B;
}
</style>
background-color css
<style>
a { background-color: #FBDD6B; }
a { background-color: rgb(251,221,107); }
div.DivClassName
{
background-color: #FBDD6B;
}
.BgClassName
{
background-color: #FBDD6B;
}
</style>
border-color css
<style>
span { border-color: #FBDD6B; }
span { border-color: rgb(251,221,107); }
td.TdClassName
{
border-color: #FBDD6B;
}
.TagClassName
{
border-color: #FBDD6B;
}
</style>