Shades of Sweet Corn #FBDA70
Tints of Sweet Corn #FBDA70
RGB
CMYK
RGB Variations
Color information
#FBDA70 (or 0xFBDA70) is known color: Sweet Corn. HEX triplet: FB, DA and 70. RGB value is (251,218,112). Sum of RGB (Red+Green+Blue) = 251+218+112=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA70 is #04258F. Grayscale: #D8D8D8. Windows color (decimal): -271760 or 7396091. OLE color: 7396091.
HSL color Cylindrical-coordinate representation of color #FBDA70: hue angle of 45.76º 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 #FBDA70 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 112 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.02 |
| HSL | 45.76º | 0.95% | 0.71% | - |
| HSV(B) | 45.76º | 0.55% | 0.98% | - |
| XYZ | 67.78 | 71.82 | 25.62 | - |
| YUV | 215.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 112 | 0 | 0.13 | 0.55 | 0.02 | 45.76 | 0.95 | 0.71 |
| Hex | FB | DA | 70 | 0 | D | 37 | 2 | 2E | 5F | 47 |
| Octal | 373 | 332 | 160 | 0 | 15 | 67 | 2 | 56 | 137 | 107 |
| Binary | 11111011 | 11011010 | 1110000 | 0 | 1101 | 110111 | 10 | 101110 | 1011111 | 1000111 |
Color Harmonies of #FBDA70
Complementary color
Monochromatic Colors of #FBDA70
Black with #FBDA70
Text Example
Text Example
White with #FBDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA70; }
p { color: rgb(251,218,112); }
H1.HeaderClassName
{
color: #FBDA70;
}
.AnyTagClassName
{
color: #FBDA70;
}
</style>
background-color css
<style>
a { background-color: #FBDA70; }
a { background-color: rgb(251,218,112); }
div.DivClassName
{
background-color: #FBDA70;
}
.BgClassName
{
background-color: #FBDA70;
}
</style>
border-color css
<style>
span { border-color: #FBDA70; }
span { border-color: rgb(251,218,112); }
td.TdClassName
{
border-color: #FBDA70;
}
.TagClassName
{
border-color: #FBDA70;
}
</style>