Shades of Sweet Corn #FBDC6A
Tints of Sweet Corn #FBDC6A
RGB
CMYK
RGB Variations
Color information
#FBDC6A (or 0xFBDC6A) is known color: Sweet Corn. HEX triplet: FB, DC and 6A. RGB value is (251,220,106). Sum of RGB (Red+Green+Blue) = 251+220+106=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC6A is #042395. Grayscale: #D8D8D8. Windows color (decimal): -271254 or 7003387. OLE color: 7003387.
HSL color Cylindrical-coordinate representation of color #FBDC6A: hue angle of 47.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBDC6A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 106 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.02 |
| HSL | 47.17º | 0.95% | 0.7% | - |
| HSV(B) | 47.17º | 0.58% | 0.98% | - |
| XYZ | 67.98 | 72.74 | 24.09 | - |
| YUV | 216.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 106 | 0 | 0.12 | 0.58 | 0.02 | 47.17 | 0.95 | 0.7 |
| Hex | FB | DC | 6A | 0 | C | 3A | 2 | 2F | 5F | 46 |
| Octal | 373 | 334 | 152 | 0 | 14 | 72 | 2 | 57 | 137 | 106 |
| Binary | 11111011 | 11011100 | 1101010 | 0 | 1100 | 111010 | 10 | 101111 | 1011111 | 1000110 |
Color Harmonies of #FBDC6A
Complementary color
Monochromatic Colors of #FBDC6A
Black with #FBDC6A
Text Example
Text Example
White with #FBDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC6A; }
p { color: rgb(251,220,106); }
H1.HeaderClassName
{
color: #FBDC6A;
}
.AnyTagClassName
{
color: #FBDC6A;
}
</style>
background-color css
<style>
a { background-color: #FBDC6A; }
a { background-color: rgb(251,220,106); }
div.DivClassName
{
background-color: #FBDC6A;
}
.BgClassName
{
background-color: #FBDC6A;
}
</style>
border-color css
<style>
span { border-color: #FBDC6A; }
span { border-color: rgb(251,220,106); }
td.TdClassName
{
border-color: #FBDC6A;
}
.TagClassName
{
border-color: #FBDC6A;
}
</style>