Shades of Corn #FCEF5D
Tints of Corn #FCEF5D
RGB
CMYK
RGB Variations
Color information
#FCEF5D (or 0xFCEF5D) is known color: Corn. HEX triplet: FC, EF and 5D. RGB value is (252,239,93). Sum of RGB (Red+Green+Blue) = 252+239+93=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF5D is #0310A2. Grayscale: #E2E2E2. Windows color (decimal): -200867 or 6156284. OLE color: 6156284.
HSL color Cylindrical-coordinate representation of color #FCEF5D: hue angle of 55.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCEF5D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 93 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.01 |
| HSL | 55.09º | 0.96% | 0.68% | - |
| HSV(B) | 55.09º | 0.63% | 0.99% | - |
| XYZ | 72.99 | 83.22 | 22.57 | - |
| YUV | 226.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 93 | 0 | 0.05 | 0.63 | 0.01 | 55.09 | 0.96 | 0.68 |
| Hex | FC | EF | 5D | 0 | 5 | 3F | 1 | 37 | 60 | 44 |
| Octal | 374 | 357 | 135 | 0 | 5 | 77 | 1 | 67 | 140 | 104 |
| Binary | 11111100 | 11101111 | 1011101 | 0 | 101 | 111111 | 1 | 110111 | 1100000 | 1000100 |
Color Harmonies of #FCEF5D
Complementary color
Monochromatic Colors of #FCEF5D
Black with #FCEF5D
Text Example
Text Example
White with #FCEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF5D; }
p { color: rgb(252,239,93); }
H1.HeaderClassName
{
color: #FCEF5D;
}
.AnyTagClassName
{
color: #FCEF5D;
}
</style>
background-color css
<style>
a { background-color: #FCEF5D; }
a { background-color: rgb(252,239,93); }
div.DivClassName
{
background-color: #FCEF5D;
}
.BgClassName
{
background-color: #FCEF5D;
}
</style>
border-color css
<style>
span { border-color: #FCEF5D; }
span { border-color: rgb(252,239,93); }
td.TdClassName
{
border-color: #FCEF5D;
}
.TagClassName
{
border-color: #FCEF5D;
}
</style>