Shades of Sweet Corn #FCDF73
Tints of Sweet Corn #FCDF73
RGB
CMYK
RGB Variations
Color information
#FCDF73 (or 0xFCDF73) is known color: Sweet Corn. HEX triplet: FC, DF and 73. RGB value is (252,223,115). Sum of RGB (Red+Green+Blue) = 252+223+115=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF73 is #03208C. Grayscale: #DBDBDB. Windows color (decimal): -204941 or 7593980. OLE color: 7593980.
HSL color Cylindrical-coordinate representation of color #FCDF73: hue angle of 47.3º 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 #FCDF73 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 115 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.01 |
| HSL | 47.3º | 0.96% | 0.72% | - |
| HSV(B) | 47.3º | 0.54% | 0.99% | - |
| XYZ | 69.63 | 74.71 | 26.97 | - |
| YUV | 219.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 115 | 0 | 0.12 | 0.54 | 0.01 | 47.3 | 0.96 | 0.72 |
| Hex | FC | DF | 73 | 0 | C | 36 | 1 | 2F | 60 | 48 |
| Octal | 374 | 337 | 163 | 0 | 14 | 66 | 1 | 57 | 140 | 110 |
| Binary | 11111100 | 11011111 | 1110011 | 0 | 1100 | 110110 | 1 | 101111 | 1100000 | 1001000 |
Color Harmonies of #FCDF73
Complementary color
Monochromatic Colors of #FCDF73
Black with #FCDF73
Text Example
Text Example
White with #FCDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF73; }
p { color: rgb(252,223,115); }
H1.HeaderClassName
{
color: #FCDF73;
}
.AnyTagClassName
{
color: #FCDF73;
}
</style>
background-color css
<style>
a { background-color: #FCDF73; }
a { background-color: rgb(252,223,115); }
div.DivClassName
{
background-color: #FCDF73;
}
.BgClassName
{
background-color: #FCDF73;
}
</style>
border-color css
<style>
span { border-color: #FCDF73; }
span { border-color: rgb(252,223,115); }
td.TdClassName
{
border-color: #FCDF73;
}
.TagClassName
{
border-color: #FCDF73;
}
</style>