#FCF557

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

Shades of Corn #FCF557

Tints of Corn #FCF557

Color information

#FCF557 (or 0xFCF557) is unknown color: approx Corn. HEX triplet: FC, F5 and 57. RGB value is (252,245,87). Sum of RGB (Red+Green+Blue) = 252+245+87=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 87 (34.38% from 255 or 14.90% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF557 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF557 is #030AA8. Grayscale: #E5E5E5. Windows color (decimal): -199337 or 5764604. OLE color: 5764604.

HSL color Cylindrical-coordinate representation of color #FCF557: hue angle of 57.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCF557 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25224587-
CMYK00.030.650.01
HSL57.45º96.49%66.47%-
HSV(B)57.45º65.48%98.82%-
XYZ74.5286.6921.82-
YUV229.0847.82144.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 87 (34.38% from 255) = 14.90%
R=43.15%
G=41.95%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522458700.030.650.0157.4596.4966.47
HexFCF55703411396042
Octal37436512703101171140102
Binary111111001111010110101110111000001111100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF557; }

 p { color: rgb(252,245,87); }

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

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

 a { background-color: rgb(252,245,87); }

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

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

 span { border-color: rgb(252,245,87); }

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