Shades of Corn #FCF65E
Tints of Corn #FCF65E
RGB
CMYK
RGB Variations
Color information
#FCF65E (or 0xFCF65E) is known color: Corn. HEX triplet: FC, F6 and 5E. RGB value is (252,246,94). Sum of RGB (Red+Green+Blue) = 252+246+94=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 94 (37.11% from 255 or 15.88% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF65E is #0309A1. Grayscale: #E7E7E7. Windows color (decimal): -199074 or 6223612. OLE color: 6223612.
HSL color Cylindrical-coordinate representation of color #FCF65E: hue angle of 57.72º 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 #FCF65E is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 94 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.01 |
| HSL | 57.72º | 0.96% | 0.68% | - |
| HSV(B) | 57.72º | 0.63% | 0.99% | - |
| XYZ | 75.12 | 87.42 | 23.5 | - |
| YUV | 230.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 94 | 0 | 0.02 | 0.63 | 0.01 | 57.72 | 0.96 | 0.68 |
| Hex | FC | F6 | 5E | 0 | 2 | 3F | 1 | 3A | 60 | 44 |
| Octal | 374 | 366 | 136 | 0 | 2 | 77 | 1 | 72 | 140 | 104 |
| Binary | 11111100 | 11110110 | 1011110 | 0 | 10 | 111111 | 1 | 111010 | 1100000 | 1000100 |
Color Harmonies of #FCF65E
Complementary color
Monochromatic Colors of #FCF65E
Black with #FCF65E
Text Example
Text Example
White with #FCF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF65E; }
p { color: rgb(252,246,94); }
H1.HeaderClassName
{
color: #FCF65E;
}
.AnyTagClassName
{
color: #FCF65E;
}
</style>
background-color css
<style>
a { background-color: #FCF65E; }
a { background-color: rgb(252,246,94); }
div.DivClassName
{
background-color: #FCF65E;
}
.BgClassName
{
background-color: #FCF65E;
}
</style>
border-color css
<style>
span { border-color: #FCF65E; }
span { border-color: rgb(252,246,94); }
td.TdClassName
{
border-color: #FCF65E;
}
.TagClassName
{
border-color: #FCF65E;
}
</style>