Shades of Sweet Corn #FCDF6A
Tints of Sweet Corn #FCDF6A
RGB
CMYK
RGB Variations
Color information
#FCDF6A (or 0xFCDF6A) is known color: Sweet Corn. HEX triplet: FC, DF and 6A. RGB value is (252,223,106). Sum of RGB (Red+Green+Blue) = 252+223+106=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF6A is #032095. Grayscale: #DADADA. Windows color (decimal): -204950 or 7004156. OLE color: 7004156.
HSL color Cylindrical-coordinate representation of color #FCDF6A: hue angle of 48.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCDF6A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 106 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.01 |
| HSL | 48.08º | 0.96% | 0.7% | - |
| HSV(B) | 48.08º | 0.58% | 0.99% | - |
| XYZ | 69.13 | 74.51 | 24.37 | - |
| YUV | 218.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 106 | 0 | 0.12 | 0.58 | 0.01 | 48.08 | 0.96 | 0.7 |
| Hex | FC | DF | 6A | 0 | C | 3A | 1 | 30 | 60 | 46 |
| Octal | 374 | 337 | 152 | 0 | 14 | 72 | 1 | 60 | 140 | 106 |
| Binary | 11111100 | 11011111 | 1101010 | 0 | 1100 | 111010 | 1 | 110000 | 1100000 | 1000110 |
Color Harmonies of #FCDF6A
Complementary color
Monochromatic Colors of #FCDF6A
Black with #FCDF6A
Text Example
Text Example
White with #FCDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF6A; }
p { color: rgb(252,223,106); }
H1.HeaderClassName
{
color: #FCDF6A;
}
.AnyTagClassName
{
color: #FCDF6A;
}
</style>
background-color css
<style>
a { background-color: #FCDF6A; }
a { background-color: rgb(252,223,106); }
div.DivClassName
{
background-color: #FCDF6A;
}
.BgClassName
{
background-color: #FCDF6A;
}
</style>
border-color css
<style>
span { border-color: #FCDF6A; }
span { border-color: rgb(252,223,106); }
td.TdClassName
{
border-color: #FCDF6A;
}
.TagClassName
{
border-color: #FCDF6A;
}
</style>