Shades of Sweet Corn #FCDB73
Tints of Sweet Corn #FCDB73
RGB
CMYK
RGB Variations
Color information
#FCDB73 (or 0xFCDB73) is known color: Sweet Corn. HEX triplet: FC, DB and 73. RGB value is (252,219,115). Sum of RGB (Red+Green+Blue) = 252+219+115=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB73 is #03248C. Grayscale: #D9D9D9. Windows color (decimal): -205965 or 7592956. OLE color: 7592956.
HSL color Cylindrical-coordinate representation of color #FCDB73: hue angle of 45.55º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCDB73 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 115 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.01 |
| HSL | 45.55º | 0.96% | 0.72% | - |
| HSV(B) | 45.55º | 0.54% | 0.99% | - |
| XYZ | 68.57 | 72.6 | 26.62 | - |
| YUV | 217.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 115 | 0 | 0.13 | 0.54 | 0.01 | 45.55 | 0.96 | 0.72 |
| Hex | FC | DB | 73 | 0 | D | 36 | 1 | 2E | 60 | 48 |
| Octal | 374 | 333 | 163 | 0 | 15 | 66 | 1 | 56 | 140 | 110 |
| Binary | 11111100 | 11011011 | 1110011 | 0 | 1101 | 110110 | 1 | 101110 | 1100000 | 1001000 |
Color Harmonies of #FCDB73
Complementary color
Monochromatic Colors of #FCDB73
Black with #FCDB73
Text Example
Text Example
White with #FCDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB73; }
p { color: rgb(252,219,115); }
H1.HeaderClassName
{
color: #FCDB73;
}
.AnyTagClassName
{
color: #FCDB73;
}
</style>
background-color css
<style>
a { background-color: #FCDB73; }
a { background-color: rgb(252,219,115); }
div.DivClassName
{
background-color: #FCDB73;
}
.BgClassName
{
background-color: #FCDB73;
}
</style>
border-color css
<style>
span { border-color: #FCDB73; }
span { border-color: rgb(252,219,115); }
td.TdClassName
{
border-color: #FCDB73;
}
.TagClassName
{
border-color: #FCDB73;
}
</style>