#FAE076

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

Shades of Sweet Corn #FAE076

Tints of Sweet Corn #FAE076

Color information

#FAE076 (or 0xFAE076) is unknown color: approx Sweet Corn. HEX triplet: FA, E0 and 76. RGB value is (250,224,118). Sum of RGB (Red+Green+Blue) = 250+224+118=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE076 is #051F89. Grayscale: #DCDCDC. Windows color (decimal): -335754 or 7790842. OLE color: 7790842.

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

Color convert

RGB250224118-
CMYK00.100.530.02
HSL48.18º92.96%72.16%-
HSV(B)48.18º52.8%98.04%-
XYZ69.3574.9427.95-
YUV219.6970.61149.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 19.93%
R=42.23%
G=37.84%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022411800.100.530.0248.1892.9672.16
HexFAE0760A352305d48
Octal37234016601265260135110
Binary11111010111000001110110010101101011011000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE076; }

 p { color: rgb(250,224,118); }

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

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

 a { background-color: rgb(250,224,118); }

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

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

 span { border-color: rgb(250,224,118); }

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