Shades of Sweet Corn #FBDD72
Tints of Sweet Corn #FBDD72
RGB
CMYK
RGB Variations
Color information
#FBDD72 (or 0xFBDD72) is known color: Sweet Corn. HEX triplet: FB, DD and 72. RGB value is (251,221,114). Sum of RGB (Red+Green+Blue) = 251+221+114=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD72 is #04228D. Grayscale: #DADADA. Windows color (decimal): -270990 or 7527931. OLE color: 7527931.
HSL color Cylindrical-coordinate representation of color #FBDD72: hue angle of 46.86º 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 #FBDD72 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.02 |
| HSL | 46.86º | 0.94% | 0.72% | - |
| HSV(B) | 46.86º | 0.55% | 0.98% | - |
| XYZ | 68.68 | 73.44 | 26.47 | - |
| YUV | 217.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 114 | 0 | 0.12 | 0.55 | 0.02 | 46.86 | 0.94 | 0.72 |
| Hex | FB | DD | 72 | 0 | C | 37 | 2 | 2F | 5E | 48 |
| Octal | 373 | 335 | 162 | 0 | 14 | 67 | 2 | 57 | 136 | 110 |
| Binary | 11111011 | 11011101 | 1110010 | 0 | 1100 | 110111 | 10 | 101111 | 1011110 | 1001000 |
Color Harmonies of #FBDD72
Complementary color
Monochromatic Colors of #FBDD72
Black with #FBDD72
Text Example
Text Example
White with #FBDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD72; }
p { color: rgb(251,221,114); }
H1.HeaderClassName
{
color: #FBDD72;
}
.AnyTagClassName
{
color: #FBDD72;
}
</style>
background-color css
<style>
a { background-color: #FBDD72; }
a { background-color: rgb(251,221,114); }
div.DivClassName
{
background-color: #FBDD72;
}
.BgClassName
{
background-color: #FBDD72;
}
</style>
border-color css
<style>
span { border-color: #FBDD72; }
span { border-color: rgb(251,221,114); }
td.TdClassName
{
border-color: #FBDD72;
}
.TagClassName
{
border-color: #FBDD72;
}
</style>