Shades of Sweet Corn #FCDF7D
Tints of Sweet Corn #FCDF7D
RGB
CMYK
RGB Variations
Color information
#FCDF7D (or 0xFCDF7D) is known color: Sweet Corn. HEX triplet: FC, DF and 7D. RGB value is (252,223,125). Sum of RGB (Red+Green+Blue) = 252+223+125=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF7D is #032082. Grayscale: #DCDCDC. Windows color (decimal): -204931 or 8249340. OLE color: 8249340.
HSL color Cylindrical-coordinate representation of color #FCDF7D: hue angle of 46.3º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCDF7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.01 |
| HSL | 46.3º | 0.95% | 0.74% | - |
| HSV(B) | 46.3º | 0.5% | 0.99% | - |
| XYZ | 70.23 | 74.95 | 30.17 | - |
| YUV | 220.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 125 | 0 | 0.12 | 0.50 | 0.01 | 46.3 | 0.95 | 0.74 |
| Hex | FC | DF | 7D | 0 | C | 32 | 1 | 2E | 5F | 4A |
| Octal | 374 | 337 | 175 | 0 | 14 | 62 | 1 | 56 | 137 | 112 |
| Binary | 11111100 | 11011111 | 1111101 | 0 | 1100 | 110010 | 1 | 101110 | 1011111 | 1001010 |
Color Harmonies of #FCDF7D
Complementary color
Monochromatic Colors of #FCDF7D
Black with #FCDF7D
Text Example
Text Example
White with #FCDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF7D; }
p { color: rgb(252,223,125); }
H1.HeaderClassName
{
color: #FCDF7D;
}
.AnyTagClassName
{
color: #FCDF7D;
}
</style>
background-color css
<style>
a { background-color: #FCDF7D; }
a { background-color: rgb(252,223,125); }
div.DivClassName
{
background-color: #FCDF7D;
}
.BgClassName
{
background-color: #FCDF7D;
}
</style>
border-color css
<style>
span { border-color: #FCDF7D; }
span { border-color: rgb(252,223,125); }
td.TdClassName
{
border-color: #FCDF7D;
}
.TagClassName
{
border-color: #FCDF7D;
}
</style>