#FAE271

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

Shades of Sweet Corn #FAE271

Tints of Sweet Corn #FAE271

Color information

#FAE271 (or 0xFAE271) is unknown color: approx Sweet Corn. HEX triplet: FA, E2 and 71. RGB value is (250,226,113). Sum of RGB (Red+Green+Blue) = 250+226+113=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE271 is #051D8E. Grayscale: #DCDCDC. Windows color (decimal): -335247 or 7463674. OLE color: 7463674.

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

Color convert

RGB250226113-
CMYK00.100.550.02
HSL49.49º93.2%71.18%-
HSV(B)49.49º54.8%98.04%-
XYZ69.675.9126.61-
YUV220.2967.45149.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 113 (44.53% from 255) = 19.19%
R=42.44%
G=38.37%
B=19.19%

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
Decimal25022611300.100.550.0249.4993.271.18
HexFAE2710A372315d47
Octal37234216101267261135107
Binary11111010111000101110001010101101111011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE271; }

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

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

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

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

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

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

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

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