Shades of Sweet Corn #FBDC70
Tints of Sweet Corn #FBDC70
RGB
CMYK
RGB Variations
Color information
#FBDC70 (or 0xFBDC70) is known color: Sweet Corn. HEX triplet: FB, DC and 70. RGB value is (251,220,112). Sum of RGB (Red+Green+Blue) = 251+220+112=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC70 is #04238F. Grayscale: #D9D9D9. Windows color (decimal): -271248 or 7396603. OLE color: 7396603.
HSL color Cylindrical-coordinate representation of color #FBDC70: hue angle of 46.62º 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 #FBDC70 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.02 |
| HSL | 46.62º | 0.95% | 0.71% | - |
| HSV(B) | 46.62º | 0.55% | 0.98% | - |
| XYZ | 68.3 | 72.87 | 25.79 | - |
| YUV | 216.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 112 | 0 | 0.12 | 0.55 | 0.02 | 46.62 | 0.95 | 0.71 |
| Hex | FB | DC | 70 | 0 | C | 37 | 2 | 2F | 5F | 47 |
| Octal | 373 | 334 | 160 | 0 | 14 | 67 | 2 | 57 | 137 | 107 |
| Binary | 11111011 | 11011100 | 1110000 | 0 | 1100 | 110111 | 10 | 101111 | 1011111 | 1000111 |
Color Harmonies of #FBDC70
Complementary color
Monochromatic Colors of #FBDC70
Black with #FBDC70
Text Example
Text Example
White with #FBDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC70; }
p { color: rgb(251,220,112); }
H1.HeaderClassName
{
color: #FBDC70;
}
.AnyTagClassName
{
color: #FBDC70;
}
</style>
background-color css
<style>
a { background-color: #FBDC70; }
a { background-color: rgb(251,220,112); }
div.DivClassName
{
background-color: #FBDC70;
}
.BgClassName
{
background-color: #FBDC70;
}
</style>
border-color css
<style>
span { border-color: #FBDC70; }
span { border-color: rgb(251,220,112); }
td.TdClassName
{
border-color: #FBDC70;
}
.TagClassName
{
border-color: #FBDC70;
}
</style>