Shades of Corn #FCEF5E
Tints of Corn #FCEF5E
RGB
CMYK
RGB Variations
Color information
#FCEF5E (or 0xFCEF5E) is known color: Corn. HEX triplet: FC, EF and 5E. RGB value is (252,239,94). Sum of RGB (Red+Green+Blue) = 252+239+94=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF5E is #0310A1. Grayscale: #E2E2E2. Windows color (decimal): -200866 or 6221820. OLE color: 6221820.
HSL color Cylindrical-coordinate representation of color #FCEF5E: hue angle of 55.06º 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 #FCEF5E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 94 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.01 |
| HSL | 55.06º | 0.96% | 0.68% | - |
| HSV(B) | 55.06º | 0.63% | 0.99% | - |
| XYZ | 73.03 | 83.24 | 22.81 | - |
| YUV | 226.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 94 | 0 | 0.05 | 0.63 | 0.01 | 55.06 | 0.96 | 0.68 |
| Hex | FC | EF | 5E | 0 | 5 | 3F | 1 | 37 | 60 | 44 |
| Octal | 374 | 357 | 136 | 0 | 5 | 77 | 1 | 67 | 140 | 104 |
| Binary | 11111100 | 11101111 | 1011110 | 0 | 101 | 111111 | 1 | 110111 | 1100000 | 1000100 |
Color Harmonies of #FCEF5E
Complementary color
Monochromatic Colors of #FCEF5E
Black with #FCEF5E
Text Example
Text Example
White with #FCEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF5E; }
p { color: rgb(252,239,94); }
H1.HeaderClassName
{
color: #FCEF5E;
}
.AnyTagClassName
{
color: #FCEF5E;
}
</style>
background-color css
<style>
a { background-color: #FCEF5E; }
a { background-color: rgb(252,239,94); }
div.DivClassName
{
background-color: #FCEF5E;
}
.BgClassName
{
background-color: #FCEF5E;
}
</style>
border-color css
<style>
span { border-color: #FCEF5E; }
span { border-color: rgb(252,239,94); }
td.TdClassName
{
border-color: #FCEF5E;
}
.TagClassName
{
border-color: #FCEF5E;
}
</style>