Shades of Corn #FCEF64
Tints of Corn #FCEF64
RGB
CMYK
RGB Variations
Color information
#FCEF64 (or 0xFCEF64) is known color: Corn. HEX triplet: FC, EF and 64. RGB value is (252,239,100). Sum of RGB (Red+Green+Blue) = 252+239+100=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 100 (39.45% from 255 or 16.92% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF64 is #03109B. Grayscale: #E3E3E3. Windows color (decimal): -200860 or 6615036. OLE color: 6615036.
HSL color Cylindrical-coordinate representation of color #FCEF64: hue angle of 54.87º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCEF64 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 100 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.01 |
| HSL | 54.87º | 0.96% | 0.69% | - |
| HSV(B) | 54.87º | 0.6% | 0.99% | - |
| XYZ | 73.31 | 83.35 | 24.28 | - |
| YUV | 227.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 100 | 0 | 0.05 | 0.60 | 0.01 | 54.87 | 0.96 | 0.69 |
| Hex | FC | EF | 64 | 0 | 5 | 3C | 1 | 37 | 60 | 45 |
| Octal | 374 | 357 | 144 | 0 | 5 | 74 | 1 | 67 | 140 | 105 |
| Binary | 11111100 | 11101111 | 1100100 | 0 | 101 | 111100 | 1 | 110111 | 1100000 | 1000101 |
Color Harmonies of #FCEF64
Complementary color
Monochromatic Colors of #FCEF64
Black with #FCEF64
Text Example
Text Example
White with #FCEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF64; }
p { color: rgb(252,239,100); }
H1.HeaderClassName
{
color: #FCEF64;
}
.AnyTagClassName
{
color: #FCEF64;
}
</style>
background-color css
<style>
a { background-color: #FCEF64; }
a { background-color: rgb(252,239,100); }
div.DivClassName
{
background-color: #FCEF64;
}
.BgClassName
{
background-color: #FCEF64;
}
</style>
border-color css
<style>
span { border-color: #FCEF64; }
span { border-color: rgb(252,239,100); }
td.TdClassName
{
border-color: #FCEF64;
}
.TagClassName
{
border-color: #FCEF64;
}
</style>