#FCE65C

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

Shades of Corn #FCE65C

Tints of Corn #FCE65C

Color information

#FCE65C (or 0xFCE65C) is unknown color: approx Corn. HEX triplet: FC, E6 and 5C. RGB value is (252,230,92). Sum of RGB (Red+Green+Blue) = 252+230+92=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE65C is #0319A3. Grayscale: #DDDDDD. Windows color (decimal): -203172 or 6088444. OLE color: 6088444.

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

Color convert

RGB25223092-
CMYK00.090.630.01
HSL51.75º96.39%67.45%-
HSV(B)51.75º63.49%98.82%-
XYZ70.3778.0621.48-
YUV220.8555.29150.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 230 (90.23% from 255) = 40.07%
BLUE value IS 92 (36.33% from 255) = 16.03%
R=43.90%
G=40.07%
B=16.03%

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
Decimal2522309200.090.630.0151.7596.3967.45
HexFCE65C093F1346043
Octal37434613401177164140103
Binary1111110011100110101110001001111111111010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE65C; }

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

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

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

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

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

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

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

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