#fce65e

Color #FCE65E Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn #FCE65E

Tints of Corn #FCE65E

Color information

#FCE65E (or 0xFCE65E) is unknown color: approx Corn. HEX triplet: FC, E6 and 5E. RGB value is (252,230,94). Sum of RGB (Red+Green+Blue) = 252+230+94=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 94 (37.11% from 255 or 16.32% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE65E is #0319A1. Grayscale: #DDDDDD. Windows color (decimal): -203170 or 6219516. OLE color: 6219516.

HSL color Cylindrical-coordinate representation of color #FCE65E: hue angle of 51.65º 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 #FCE65E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25223094-
CMYK00.090.630.01
HSL51.65º96.34%67.84%-
HSV(B)51.65º62.7%98.82%-
XYZ70.4678.121.95-
YUV221.0756.29150.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 94 (37.11% from 255) = 16.32%
R=43.75%
G=39.93%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522309400.090.630.0151.6596.3467.84
HexFCE65E093F1346044
Octal37434613601177164140104
Binary1111110011100110101111001001111111111010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fce65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fce65e; }

 p { color: rgb(252,230,94); }

 H1.HeaderClassName
 {
   color: #fce65e;
 }
 .AnyTagClassName
 {
   color: #fce65e;
 }
</style>
background-color css

<style>
 a { background-color: #fce65e; }

 a { background-color: rgb(252,230,94); }

 div.DivClassName
 {
   background-color: #fce65e;
 }
 .BgClassName
 {
   background-color: #fce65e;
 }
</style>
border-color css

<style>
 span { border-color: #fce65e; }

 span { border-color: rgb(252,230,94); }

 td.TdClassName
 {
   border-color: #fce65e;
 }
 .TagClassName
 {
   border-color: #fce65e;
 }
</style>