Shades of Sweet Corn #FBDC72
Tints of Sweet Corn #FBDC72
RGB
CMYK
RGB Variations
Color information
#FBDC72 (or 0xFBDC72) is known color: Sweet Corn. HEX triplet: FB, DC and 72. RGB value is (251,220,114). Sum of RGB (Red+Green+Blue) = 251+220+114=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC72 is #04238D. Grayscale: #D9D9D9. Windows color (decimal): -271246 or 7527675. OLE color: 7527675.
HSL color Cylindrical-coordinate representation of color #FBDC72: hue angle of 46.42º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDC72 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.02 |
| HSL | 46.42º | 0.94% | 0.72% | - |
| HSV(B) | 46.42º | 0.55% | 0.98% | - |
| XYZ | 68.41 | 72.91 | 26.39 | - |
| YUV | 217.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 114 | 0 | 0.12 | 0.55 | 0.02 | 46.42 | 0.94 | 0.72 |
| Hex | FB | DC | 72 | 0 | C | 37 | 2 | 2E | 5E | 48 |
| Octal | 373 | 334 | 162 | 0 | 14 | 67 | 2 | 56 | 136 | 110 |
| Binary | 11111011 | 11011100 | 1110010 | 0 | 1100 | 110111 | 10 | 101110 | 1011110 | 1001000 |
Color Harmonies of #FBDC72
Complementary color
Monochromatic Colors of #FBDC72
Black with #FBDC72
Text Example
Text Example
White with #FBDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC72; }
p { color: rgb(251,220,114); }
H1.HeaderClassName
{
color: #FBDC72;
}
.AnyTagClassName
{
color: #FBDC72;
}
</style>
background-color css
<style>
a { background-color: #FBDC72; }
a { background-color: rgb(251,220,114); }
div.DivClassName
{
background-color: #FBDC72;
}
.BgClassName
{
background-color: #FBDC72;
}
</style>
border-color css
<style>
span { border-color: #FBDC72; }
span { border-color: rgb(251,220,114); }
td.TdClassName
{
border-color: #FBDC72;
}
.TagClassName
{
border-color: #FBDC72;
}
</style>