#FCE95C

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

Shades of Corn #FCE95C

Tints of Corn #FCE95C

Color information

#FCE95C (or 0xFCE95C) is unknown color: approx Corn. HEX triplet: FC, E9 and 5C. RGB value is (252,233,92). Sum of RGB (Red+Green+Blue) = 252+233+92=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 92 (36.33% from 255 or 15.94% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE95C is #0316A3. Grayscale: #DFDFDF. Windows color (decimal): -202404 or 6089212. OLE color: 6089212.

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

Color convert

RGB25223392-
CMYK00.080.630.01
HSL52.88º96.39%67.45%-
HSV(B)52.88º63.49%98.82%-
XYZ71.2279.7521.76-
YUV222.6154.29148.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 92 (36.33% from 255) = 15.94%
R=43.67%
G=40.38%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522339200.080.630.0152.8896.3967.45
HexFCE95C083F1356043
Octal37435113401077165140103
Binary1111110011101001101110001000111111111010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE95C; }

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

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

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

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

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

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

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

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