Shades of Sweet Corn #FBDF7B
Tints of Sweet Corn #FBDF7B
RGB
CMYK
RGB Variations
Color information
#FBDF7B (or 0xFBDF7B) is known color: Sweet Corn. HEX triplet: FB, DF and 7B. RGB value is (251,223,123). Sum of RGB (Red+Green+Blue) = 251+223+123=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7B is #042084. Grayscale: #DCDCDC. Windows color (decimal): -270469 or 8118267. OLE color: 8118267.
HSL color Cylindrical-coordinate representation of color #FBDF7B: hue angle of 46.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBDF7B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 123 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.02 |
| HSL | 46.88º | 0.94% | 0.73% | - |
| HSV(B) | 46.88º | 0.51% | 0.98% | - |
| XYZ | 69.75 | 74.71 | 29.48 | - |
| YUV | 219.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 123 | 0 | 0.11 | 0.51 | 0.02 | 46.88 | 0.94 | 0.73 |
| Hex | FB | DF | 7B | 0 | B | 33 | 2 | 2F | 5E | 49 |
| Octal | 373 | 337 | 173 | 0 | 13 | 63 | 2 | 57 | 136 | 111 |
| Binary | 11111011 | 11011111 | 1111011 | 0 | 1011 | 110011 | 10 | 101111 | 1011110 | 1001001 |
Color Harmonies of #FBDF7B
Complementary color
Monochromatic Colors of #FBDF7B
Black with #FBDF7B
Text Example
Text Example
White with #FBDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF7B; }
p { color: rgb(251,223,123); }
H1.HeaderClassName
{
color: #FBDF7B;
}
.AnyTagClassName
{
color: #FBDF7B;
}
</style>
background-color css
<style>
a { background-color: #FBDF7B; }
a { background-color: rgb(251,223,123); }
div.DivClassName
{
background-color: #FBDF7B;
}
.BgClassName
{
background-color: #FBDF7B;
}
</style>
border-color css
<style>
span { border-color: #FBDF7B; }
span { border-color: rgb(251,223,123); }
td.TdClassName
{
border-color: #FBDF7B;
}
.TagClassName
{
border-color: #FBDF7B;
}
</style>