Shades of Sweet Corn #FBDC77
Tints of Sweet Corn #FBDC77
RGB
CMYK
RGB Variations
Color information
#FBDC77 (or 0xFBDC77) is known color: Sweet Corn. HEX triplet: FB, DC and 77. RGB value is (251,220,119). Sum of RGB (Red+Green+Blue) = 251+220+119=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC77 is #042388. Grayscale: #DADADA. Windows color (decimal): -271241 or 7855355. OLE color: 7855355.
HSL color Cylindrical-coordinate representation of color #FBDC77: hue angle of 45.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBDC77 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 119 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.02 |
| HSL | 45.91º | 0.94% | 0.73% | - |
| HSV(B) | 45.91º | 0.53% | 0.98% | - |
| XYZ | 68.71 | 73.03 | 27.93 | - |
| YUV | 217.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 119 | 0 | 0.12 | 0.53 | 0.02 | 45.91 | 0.94 | 0.73 |
| Hex | FB | DC | 77 | 0 | C | 35 | 2 | 2E | 5E | 49 |
| Octal | 373 | 334 | 167 | 0 | 14 | 65 | 2 | 56 | 136 | 111 |
| Binary | 11111011 | 11011100 | 1110111 | 0 | 1100 | 110101 | 10 | 101110 | 1011110 | 1001001 |
Color Harmonies of #FBDC77
Complementary color
Monochromatic Colors of #FBDC77
Black with #FBDC77
Text Example
Text Example
White with #FBDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC77; }
p { color: rgb(251,220,119); }
H1.HeaderClassName
{
color: #FBDC77;
}
.AnyTagClassName
{
color: #FBDC77;
}
</style>
background-color css
<style>
a { background-color: #FBDC77; }
a { background-color: rgb(251,220,119); }
div.DivClassName
{
background-color: #FBDC77;
}
.BgClassName
{
background-color: #FBDC77;
}
</style>
border-color css
<style>
span { border-color: #FBDC77; }
span { border-color: rgb(251,220,119); }
td.TdClassName
{
border-color: #FBDC77;
}
.TagClassName
{
border-color: #FBDC77;
}
</style>