#FAE17F

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

Shades of Sweet Corn #FAE17F

Tints of Sweet Corn #FAE17F

Color information

#FAE17F (or 0xFAE17F) is unknown color: approx Sweet Corn. HEX triplet: FA, E1 and 7F. RGB value is (250,225,127). Sum of RGB (Red+Green+Blue) = 250+225+127=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE17F is #051E80. Grayscale: #DDDDDD. Windows color (decimal): -335489 or 8380922. OLE color: 8380922.

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

Color convert

RGB250225127-
CMYK00.100.490.02
HSL47.8º92.48%73.92%-
HSV(B)47.8º49.2%98.04%-
XYZ70.1875.7130.99-
YUV221.374.78148.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 127 (50% from 255) = 21.10%
R=41.53%
G=37.38%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022512700.100.490.0247.892.4873.92
HexFAE17F0A312305c4a
Octal37234117701261260134112
Binary11111010111000011111111010101100011011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE17F; }

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

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

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

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

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

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

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

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