#FAE471

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

Shades of Sweet Corn #FAE471

Tints of Sweet Corn #FAE471

Color information

#FAE471 (or 0xFAE471) is unknown color: approx Sweet Corn. HEX triplet: FA, E4 and 71. RGB value is (250,228,113). Sum of RGB (Red+Green+Blue) = 250+228+113=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE471 is #051B8E. Grayscale: #DDDDDD. Windows color (decimal): -334735 or 7464186. OLE color: 7464186.

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

Color convert

RGB250228113-
CMYK00.090.550.02
HSL50.36º93.2%71.18%-
HSV(B)50.36º54.8%98.04%-
XYZ70.157726.79-
YUV221.4766.79148.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 113 (44.53% from 255) = 19.12%
R=42.30%
G=38.58%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022811300.090.550.0250.3693.271.18
HexFAE47109372325d47
Octal37234416101167262135107
Binary11111010111001001110001010011101111011001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE471; }

 p { color: rgb(250,228,113); }

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

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

 a { background-color: rgb(250,228,113); }

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

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

 span { border-color: rgb(250,228,113); }

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