#FAE17E

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

Shades of Sweet Corn #FAE17E

Tints of Sweet Corn #FAE17E

Color information

#FAE17E (or 0xFAE17E) is unknown color: approx Sweet Corn. HEX triplet: FA, E1 and 7E. RGB value is (250,225,126). Sum of RGB (Red+Green+Blue) = 250+225+126=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE17E is #051E81. Grayscale: #DDDDDD. Windows color (decimal): -335490 or 8315386. OLE color: 8315386.

HSL color Cylindrical-coordinate representation of color #FAE17E: hue angle of 47.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAE17E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250225126-
CMYK00.100.500.02
HSL47.9º92.54%73.73%-
HSV(B)47.9º49.6%98.04%-
XYZ70.1275.6830.65-
YUV221.1974.28148.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 126 (49.61% from 255) = 20.97%
R=41.60%
G=37.44%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022512600.100.500.0247.992.5473.73
HexFAE17E0A322305d4a
Octal37234117601262260135112
Binary11111010111000011111110010101100101011000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE17E; }

 p { color: rgb(250,225,126); }

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

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

 a { background-color: rgb(250,225,126); }

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

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

 span { border-color: rgb(250,225,126); }

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