#FAE472

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

Shades of Sweet Corn #FAE472

Tints of Sweet Corn #FAE472

Color information

#FAE472 (or 0xFAE472) is unknown color: approx Sweet Corn. HEX triplet: FA, E4 and 72. RGB value is (250,228,114). Sum of RGB (Red+Green+Blue) = 250+228+114=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE472 is #051B8D. Grayscale: #DEDEDE. Windows color (decimal): -334734 or 7529722. OLE color: 7529722.

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

Color convert

RGB250228114-
CMYK00.090.540.02
HSL50.29º93.15%71.37%-
HSV(B)50.29º54.4%98.04%-
XYZ70.2177.0327.09-
YUV221.5867.29148.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 114 (44.92% from 255) = 19.26%
R=42.23%
G=38.51%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022811400.090.540.0250.2993.1571.37
HexFAE47209362325d47
Octal37234416201166262135107
Binary11111010111001001110010010011101101011001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE472; }

 p { color: rgb(250,228,114); }

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

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

 a { background-color: rgb(250,228,114); }

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

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

 span { border-color: rgb(250,228,114); }

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