#FAE37A

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

Shades of Sweet Corn #FAE37A

Tints of Sweet Corn #FAE37A

Color information

#FAE37A (or 0xFAE37A) is unknown color: approx Sweet Corn. HEX triplet: FA, E3 and 7A. RGB value is (250,227,122). Sum of RGB (Red+Green+Blue) = 250+227+122=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE37A is #051C85. Grayscale: #DEDEDE. Windows color (decimal): -334982 or 8053754. OLE color: 8053754.

HSL color Cylindrical-coordinate representation of color #FAE37A: hue angle of 49.22º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAE37A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250227122-
CMYK00.090.510.02
HSL49.22º92.75%72.94%-
HSV(B)49.22º51.2%98.04%-
XYZ70.4176.6729.5-
YUV221.9171.62148.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 227 (89.06% from 255) = 37.90%
BLUE value IS 122 (48.05% from 255) = 20.37%
R=41.74%
G=37.90%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022712200.090.510.0249.2292.7572.94
HexFAE37A09332315d49
Octal37234317201163261135111
Binary11111010111000111111010010011100111011000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE37A; }

 p { color: rgb(250,227,122); }

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

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

 a { background-color: rgb(250,227,122); }

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

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

 span { border-color: rgb(250,227,122); }

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