Shades of Sweet Corn #FBDC6D
Tints of Sweet Corn #FBDC6D
RGB
CMYK
RGB Variations
Color information
#FBDC6D (or 0xFBDC6D) is known color: Sweet Corn. HEX triplet: FB, DC and 6D. RGB value is (251,220,109). Sum of RGB (Red+Green+Blue) = 251+220+109=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC6D is #042392. Grayscale: #D9D9D9. Windows color (decimal): -271251 or 7199995. OLE color: 7199995.
HSL color Cylindrical-coordinate representation of color #FBDC6D: hue angle of 46.9º 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 #FBDC6D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 109 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 46.9º | 0.95% | 0.71% | - |
| HSV(B) | 46.9º | 0.57% | 0.98% | - |
| XYZ | 68.14 | 72.8 | 24.93 | - |
| YUV | 216.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 109 | 0 | 0.12 | 0.57 | 0.02 | 46.9 | 0.95 | 0.71 |
| Hex | FB | DC | 6D | 0 | C | 39 | 2 | 2F | 5F | 47 |
| Octal | 373 | 334 | 155 | 0 | 14 | 71 | 2 | 57 | 137 | 107 |
| Binary | 11111011 | 11011100 | 1101101 | 0 | 1100 | 111001 | 10 | 101111 | 1011111 | 1000111 |
Color Harmonies of #FBDC6D
Complementary color
Monochromatic Colors of #FBDC6D
Black with #FBDC6D
Text Example
Text Example
White with #FBDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC6D; }
p { color: rgb(251,220,109); }
H1.HeaderClassName
{
color: #FBDC6D;
}
.AnyTagClassName
{
color: #FBDC6D;
}
</style>
background-color css
<style>
a { background-color: #FBDC6D; }
a { background-color: rgb(251,220,109); }
div.DivClassName
{
background-color: #FBDC6D;
}
.BgClassName
{
background-color: #FBDC6D;
}
</style>
border-color css
<style>
span { border-color: #FBDC6D; }
span { border-color: rgb(251,220,109); }
td.TdClassName
{
border-color: #FBDC6D;
}
.TagClassName
{
border-color: #FBDC6D;
}
</style>