#FAE171

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

Shades of Sweet Corn #FAE171

Tints of Sweet Corn #FAE171

Color information

#FAE171 (or 0xFAE171) is unknown color: approx Sweet Corn. HEX triplet: FA, E1 and 71. RGB value is (250,225,113). Sum of RGB (Red+Green+Blue) = 250+225+113=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE171 is #051E8E. Grayscale: #DCDCDC. Windows color (decimal): -335503 or 7463418. OLE color: 7463418.

HSL color Cylindrical-coordinate representation of color #FAE171: hue angle of 49.05º 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 #FAE171 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250225113-
CMYK00.100.550.02
HSL49.05º93.2%71.18%-
HSV(B)49.05º54.8%98.04%-
XYZ69.3375.3726.52-
YUV219.7167.78149.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 225 (88.28% from 255) = 38.27%
BLUE value IS 113 (44.53% from 255) = 19.22%
R=42.52%
G=38.27%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022511300.100.550.0249.0593.271.18
HexFAE1710A372315d47
Octal37234116101267261135107
Binary11111010111000011110001010101101111011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE171; }

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

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

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

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

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

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

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

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