Shades of Sweet Corn #FBDF7C
Tints of Sweet Corn #FBDF7C
RGB
CMYK
RGB Variations
Color information
#FBDF7C (or 0xFBDF7C) is known color: Sweet Corn. HEX triplet: FB, DF and 7C. RGB value is (251,223,124). Sum of RGB (Red+Green+Blue) = 251+223+124=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7C is #042083. Grayscale: #DCDCDC. Windows color (decimal): -270468 or 8183803. OLE color: 8183803.
HSL color Cylindrical-coordinate representation of color #FBDF7C: hue angle of 46.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBDF7C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 124 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.02 |
| HSL | 46.77º | 0.94% | 0.74% | - |
| HSV(B) | 46.77º | 0.51% | 0.98% | - |
| XYZ | 69.81 | 74.74 | 29.82 | - |
| YUV | 220.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 124 | 0 | 0.11 | 0.51 | 0.02 | 46.77 | 0.94 | 0.74 |
| Hex | FB | DF | 7C | 0 | B | 33 | 2 | 2F | 5E | 4A |
| Octal | 373 | 337 | 174 | 0 | 13 | 63 | 2 | 57 | 136 | 112 |
| Binary | 11111011 | 11011111 | 1111100 | 0 | 1011 | 110011 | 10 | 101111 | 1011110 | 1001010 |
Color Harmonies of #FBDF7C
Complementary color
Monochromatic Colors of #FBDF7C
Black with #FBDF7C
Text Example
Text Example
White with #FBDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF7C; }
p { color: rgb(251,223,124); }
H1.HeaderClassName
{
color: #FBDF7C;
}
.AnyTagClassName
{
color: #FBDF7C;
}
</style>
background-color css
<style>
a { background-color: #FBDF7C; }
a { background-color: rgb(251,223,124); }
div.DivClassName
{
background-color: #FBDF7C;
}
.BgClassName
{
background-color: #FBDF7C;
}
</style>
border-color css
<style>
span { border-color: #FBDF7C; }
span { border-color: rgb(251,223,124); }
td.TdClassName
{
border-color: #FBDF7C;
}
.TagClassName
{
border-color: #FBDF7C;
}
</style>