Shades of Sweet Corn #FBDC74
Tints of Sweet Corn #FBDC74
RGB
CMYK
RGB Variations
Color information
#FBDC74 (or 0xFBDC74) is known color: Sweet Corn. HEX triplet: FB, DC and 74. RGB value is (251,220,116). Sum of RGB (Red+Green+Blue) = 251+220+116=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC74 is #04238B. Grayscale: #D9D9D9. Windows color (decimal): -271244 or 7658747. OLE color: 7658747.
HSL color Cylindrical-coordinate representation of color #FBDC74: hue angle of 46.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBDC74 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 116 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.02 |
| HSL | 46.22º | 0.94% | 0.72% | - |
| HSV(B) | 46.22º | 0.54% | 0.98% | - |
| XYZ | 68.53 | 72.96 | 26.99 | - |
| YUV | 217.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 116 | 0 | 0.12 | 0.54 | 0.02 | 46.22 | 0.94 | 0.72 |
| Hex | FB | DC | 74 | 0 | C | 36 | 2 | 2E | 5E | 48 |
| Octal | 373 | 334 | 164 | 0 | 14 | 66 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011100 | 1110100 | 0 | 1100 | 110110 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDC74
Complementary color
Monochromatic Colors of #FBDC74
Black with #FBDC74
Text Example
Text Example
White with #FBDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC74; }
p { color: rgb(251,220,116); }
H1.HeaderClassName
{
color: #FBDC74;
}
.AnyTagClassName
{
color: #FBDC74;
}
</style>
background-color css
<style>
a { background-color: #FBDC74; }
a { background-color: rgb(251,220,116); }
div.DivClassName
{
background-color: #FBDC74;
}
.BgClassName
{
background-color: #FBDC74;
}
</style>
border-color css
<style>
span { border-color: #FBDC74; }
span { border-color: rgb(251,220,116); }
td.TdClassName
{
border-color: #FBDC74;
}
.TagClassName
{
border-color: #FBDC74;
}
</style>