#FAE280

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

Shades of Sweet Corn #FAE280

Tints of Sweet Corn #FAE280

Color information

#FAE280 (or 0xFAE280) is unknown color: approx Sweet Corn. HEX triplet: FA, E2 and 80. RGB value is (250,226,128). Sum of RGB (Red+Green+Blue) = 250+226+128=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE280 is #051D7F. Grayscale: #DEDEDE. Windows color (decimal): -335232 or 8446714. OLE color: 8446714.

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

Color convert

RGB250226128-
CMYK00.100.490.02
HSL48.2º92.42%74.12%-
HSV(B)48.2º48.8%98.04%-
XYZ70.5276.2831.43-
YUV22274.95147.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 128 (50.39% from 255) = 21.19%
R=41.39%
G=37.42%
B=21.19%

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
Decimal25022612800.100.490.0248.292.4274.12
HexFAE2800A312305c4a
Octal37234220001261260134112
Binary111110101110001010000000010101100011011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE280; }

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

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

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

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

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

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

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

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