#FCEA5C

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

Shades of Corn #FCEA5C

Tints of Corn #FCEA5C

Color information

#FCEA5C (or 0xFCEA5C) is unknown color: approx Corn. HEX triplet: FC, EA and 5C. RGB value is (252,234,92). Sum of RGB (Red+Green+Blue) = 252+234+92=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 92 (36.33% from 255 or 15.92% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA5C is #0315A3. Grayscale: #DFDFDF. Windows color (decimal): -202148 or 6089468. OLE color: 6089468.

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

Color convert

RGB25223492-
CMYK00.070.630.01
HSL53.25º96.39%67.45%-
HSV(B)53.25º63.49%98.82%-
XYZ71.580.3121.86-
YUV223.1953.96148.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 92 (36.33% from 255) = 15.92%
R=43.60%
G=40.48%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522349200.070.630.0153.2596.3967.45
HexFCEA5C073F1356043
Octal3743521340777165140103
Binary111111001110101010111000111111111111010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA5C; }

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

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

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

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

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

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

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

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