Shades of Corn #FCE75C
Tints of Corn #FCE75C
RGB
CMYK
RGB Variations
Color information
#FCE75C (or 0xFCE75C) is known color: Corn. HEX triplet: FC, E7 and 5C. RGB value is (252,231,92). Sum of RGB (Red+Green+Blue) = 252+231+92=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 92 (36.33% from 255 or 16% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE75C is #0318A3. Grayscale: #DEDEDE. Windows color (decimal): -202916 or 6088700. OLE color: 6088700.
HSL color Cylindrical-coordinate representation of color #FCE75C: hue angle of 52.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE75C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 92 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.13º | 0.96% | 0.67% | - |
| HSV(B) | 52.13º | 0.63% | 0.99% | - |
| XYZ | 70.65 | 78.62 | 21.58 | - |
| YUV | 221.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 92 | 0 | 0.08 | 0.63 | 0.01 | 52.13 | 0.96 | 0.67 |
| Hex | FC | E7 | 5C | 0 | 8 | 3F | 1 | 34 | 60 | 43 |
| Octal | 374 | 347 | 134 | 0 | 10 | 77 | 1 | 64 | 140 | 103 |
| Binary | 11111100 | 11100111 | 1011100 | 0 | 1000 | 111111 | 1 | 110100 | 1100000 | 1000011 |
Color Harmonies of #FCE75C
Complementary color
Monochromatic Colors of #FCE75C
Black with #FCE75C
Text Example
Text Example
White with #FCE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE75C; }
p { color: rgb(252,231,92); }
H1.HeaderClassName
{
color: #FCE75C;
}
.AnyTagClassName
{
color: #FCE75C;
}
</style>
background-color css
<style>
a { background-color: #FCE75C; }
a { background-color: rgb(252,231,92); }
div.DivClassName
{
background-color: #FCE75C;
}
.BgClassName
{
background-color: #FCE75C;
}
</style>
border-color css
<style>
span { border-color: #FCE75C; }
span { border-color: rgb(252,231,92); }
td.TdClassName
{
border-color: #FCE75C;
}
.TagClassName
{
border-color: #FCE75C;
}
</style>