#FAE671

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

Shades of Sweet Corn #FAE671

Tints of Sweet Corn #FAE671

Color information

#FAE671 (or 0xFAE671) is unknown color: approx Sweet Corn. HEX triplet: FA, E6 and 71. RGB value is (250,230,113). Sum of RGB (Red+Green+Blue) = 250+230+113=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE671 is #05198E. Grayscale: #DFDFDF. Windows color (decimal): -334223 or 7464698. OLE color: 7464698.

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

Color convert

RGB250230113-
CMYK00.080.550.02
HSL51.24º93.2%71.18%-
HSV(B)51.24º54.8%98.04%-
XYZ70.778.1126.97-
YUV222.6466.13147.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 230 (90.23% from 255) = 38.79%
BLUE value IS 113 (44.53% from 255) = 19.06%
R=42.16%
G=38.79%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023011300.080.550.0251.2493.271.18
HexFAE67108372335d47
Octal37234616101067263135107
Binary11111010111001101110001010001101111011001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE671; }

 p { color: rgb(250,230,113); }

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

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

 a { background-color: rgb(250,230,113); }

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

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

 span { border-color: rgb(250,230,113); }

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