#FAE274

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

Shades of Sweet Corn #FAE274

Tints of Sweet Corn #FAE274

Color information

#FAE274 (or 0xFAE274) is unknown color: approx Sweet Corn. HEX triplet: FA, E2 and 74. RGB value is (250,226,116). Sum of RGB (Red+Green+Blue) = 250+226+116=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE274 is #051D8B. Grayscale: #DDDDDD. Windows color (decimal): -335244 or 7660282. OLE color: 7660282.

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

Color convert

RGB250226116-
CMYK00.100.540.02
HSL49.25º93.06%71.76%-
HSV(B)49.25º53.6%98.04%-
XYZ69.7775.9827.51-
YUV220.6468.95148.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 116 (45.70% from 255) = 19.59%
R=42.23%
G=38.18%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022611600.100.540.0249.2593.0671.76
HexFAE2740A362315d48
Octal37234216401266261135110
Binary11111010111000101110100010101101101011000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE274; }

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

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

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

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

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

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

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

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