#FAE179

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

Shades of Sweet Corn #FAE179

Tints of Sweet Corn #FAE179

Color information

#FAE179 (or 0xFAE179) is unknown color: approx Sweet Corn. HEX triplet: FA, E1 and 79. RGB value is (250,225,121). Sum of RGB (Red+Green+Blue) = 250+225+121=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE179 is #051E86. Grayscale: #DDDDDD. Windows color (decimal): -335495 or 7987706. OLE color: 7987706.

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

Color convert

RGB250225121-
CMYK00.100.520.02
HSL48.37º92.81%72.75%-
HSV(B)48.37º51.6%98.04%-
XYZ69.875.5528.99-
YUV220.6271.78148.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 121 (47.66% from 255) = 20.30%
R=41.95%
G=37.75%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022512100.100.520.0248.3792.8172.75
HexFAE1790A342305d49
Octal37234117101264260135111
Binary11111010111000011111001010101101001011000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE179; }

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

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

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

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

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

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

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

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