Shades of Corn #FCE762
Tints of Corn #FCE762
RGB
CMYK
RGB Variations
Color information
#FCE762 (or 0xFCE762) is known color: Corn. HEX triplet: FC, E7 and 62. RGB value is (252,231,98). Sum of RGB (Red+Green+Blue) = 252+231+98=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 98 (38.67% from 255 or 16.87% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE762 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE762 is #03189D. Grayscale: #DEDEDE. Windows color (decimal): -202910 or 6481916. OLE color: 6481916.
HSL color Cylindrical-coordinate representation of color #FCE762: hue angle of 51.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCE762 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 98 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.01 |
| HSL | 51.82º | 0.96% | 0.69% | - |
| HSV(B) | 51.82º | 0.61% | 0.99% | - |
| XYZ | 70.93 | 78.73 | 23.01 | - |
| YUV | 222.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 98 | 0 | 0.08 | 0.61 | 0.01 | 51.82 | 0.96 | 0.69 |
| Hex | FC | E7 | 62 | 0 | 8 | 3D | 1 | 34 | 60 | 45 |
| Octal | 374 | 347 | 142 | 0 | 10 | 75 | 1 | 64 | 140 | 105 |
| Binary | 11111100 | 11100111 | 1100010 | 0 | 1000 | 111101 | 1 | 110100 | 1100000 | 1000101 |
Color Harmonies of #FCE762
Complementary color
Monochromatic Colors of #FCE762
Black with #FCE762
Text Example
Text Example
White with #FCE762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE762; }
p { color: rgb(252,231,98); }
H1.HeaderClassName
{
color: #FCE762;
}
.AnyTagClassName
{
color: #FCE762;
}
</style>
background-color css
<style>
a { background-color: #FCE762; }
a { background-color: rgb(252,231,98); }
div.DivClassName
{
background-color: #FCE762;
}
.BgClassName
{
background-color: #FCE762;
}
</style>
border-color css
<style>
span { border-color: #FCE762; }
span { border-color: rgb(252,231,98); }
td.TdClassName
{
border-color: #FCE762;
}
.TagClassName
{
border-color: #FCE762;
}
</style>