Shades of Sweet Corn #FBDD70
Tints of Sweet Corn #FBDD70
RGB
CMYK
RGB Variations
Color information
#FBDD70 (or 0xFBDD70) is known color: Sweet Corn. HEX triplet: FB, DD and 70. RGB value is (251,221,112). Sum of RGB (Red+Green+Blue) = 251+221+112=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD70 is #04228F. Grayscale: #DADADA. Windows color (decimal): -270992 or 7396859. OLE color: 7396859.
HSL color Cylindrical-coordinate representation of color #FBDD70: hue angle of 47.05º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDD70 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.02 |
| HSL | 47.05º | 0.95% | 0.71% | - |
| HSV(B) | 47.05º | 0.55% | 0.98% | - |
| XYZ | 68.56 | 73.39 | 25.88 | - |
| YUV | 217.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 112 | 0 | 0.12 | 0.55 | 0.02 | 47.05 | 0.95 | 0.71 |
| Hex | FB | DD | 70 | 0 | C | 37 | 2 | 2F | 5F | 47 |
| Octal | 373 | 335 | 160 | 0 | 14 | 67 | 2 | 57 | 137 | 107 |
| Binary | 11111011 | 11011101 | 1110000 | 0 | 1100 | 110111 | 10 | 101111 | 1011111 | 1000111 |
Color Harmonies of #FBDD70
Complementary color
Monochromatic Colors of #FBDD70
Black with #FBDD70
Text Example
Text Example
White with #FBDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD70; }
p { color: rgb(251,221,112); }
H1.HeaderClassName
{
color: #FBDD70;
}
.AnyTagClassName
{
color: #FBDD70;
}
</style>
background-color css
<style>
a { background-color: #FBDD70; }
a { background-color: rgb(251,221,112); }
div.DivClassName
{
background-color: #FBDD70;
}
.BgClassName
{
background-color: #FBDD70;
}
</style>
border-color css
<style>
span { border-color: #FBDD70; }
span { border-color: rgb(251,221,112); }
td.TdClassName
{
border-color: #FBDD70;
}
.TagClassName
{
border-color: #FBDD70;
}
</style>