Shades of Corn #FCE961
Tints of Corn #FCE961
RGB
CMYK
RGB Variations
Color information
#FCE961 (or 0xFCE961) is known color: Corn. HEX triplet: FC, E9 and 61. RGB value is (252,233,97). Sum of RGB (Red+Green+Blue) = 252+233+97=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 97 (38.28% from 255 or 16.67% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE961 is #03169E. Grayscale: #DFDFDF. Windows color (decimal): -202399 or 6416892. OLE color: 6416892.
HSL color Cylindrical-coordinate representation of color #FCE961: hue angle of 52.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCE961 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 97 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.01 |
| HSL | 52.65º | 0.96% | 0.68% | - |
| HSV(B) | 52.65º | 0.62% | 0.99% | - |
| XYZ | 71.44 | 79.84 | 22.95 | - |
| YUV | 223.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 97 | 0 | 0.08 | 0.62 | 0.01 | 52.65 | 0.96 | 0.68 |
| Hex | FC | E9 | 61 | 0 | 8 | 3E | 1 | 35 | 60 | 44 |
| Octal | 374 | 351 | 141 | 0 | 10 | 76 | 1 | 65 | 140 | 104 |
| Binary | 11111100 | 11101001 | 1100001 | 0 | 1000 | 111110 | 1 | 110101 | 1100000 | 1000100 |
Color Harmonies of #FCE961
Complementary color
Monochromatic Colors of #FCE961
Black with #FCE961
Text Example
Text Example
White with #FCE961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE961; }
p { color: rgb(252,233,97); }
H1.HeaderClassName
{
color: #FCE961;
}
.AnyTagClassName
{
color: #FCE961;
}
</style>
background-color css
<style>
a { background-color: #FCE961; }
a { background-color: rgb(252,233,97); }
div.DivClassName
{
background-color: #FCE961;
}
.BgClassName
{
background-color: #FCE961;
}
</style>
border-color css
<style>
span { border-color: #FCE961; }
span { border-color: rgb(252,233,97); }
td.TdClassName
{
border-color: #FCE961;
}
.TagClassName
{
border-color: #FCE961;
}
</style>