#FAEC57

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

Shades of Corn #FAEC57

Tints of Corn #FAEC57

Color information

#FAEC57 (or 0xFAEC57) is unknown color: approx Corn. HEX triplet: FA, EC and 57. RGB value is (250,236,87). Sum of RGB (Red+Green+Blue) = 250+236+87=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 87 (34.38% from 255 or 15.18% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC57 is #0513A8. Grayscale: #DFDFDF. Windows color (decimal): -332713 or 5762298. OLE color: 5762298.

HSL color Cylindrical-coordinate representation of color #FAEC57: hue angle of 54.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAEC57 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB25023687-
CMYK00.060.650.02
HSL54.85º94.22%66.08%-
HSV(B)54.85º65.2%98.04%-
XYZ71.148120.9-
YUV223.251.14147.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 87 (34.38% from 255) = 15.18%
R=43.63%
G=41.19%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502368700.060.650.0254.8594.2266.08
HexFAEC5706412375e42
Octal37235412706101267136102
Binary11111010111011001010111011010000011011011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC57; }

 p { color: rgb(250,236,87); }

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

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

 a { background-color: rgb(250,236,87); }

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

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

 span { border-color: rgb(250,236,87); }

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