#FAE388

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

Shades of Buff #FAE388

Tints of Buff #FAE388

Color information

#FAE388 (or 0xFAE388) is unknown color: approx Buff. HEX triplet: FA, E3 and 88. RGB value is (250,227,136). Sum of RGB (Red+Green+Blue) = 250+227+136=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE388 is #051C77. Grayscale: #DFDFDF. Windows color (decimal): -334968 or 8971258. OLE color: 8971258.

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

Color convert

RGB250227136-
CMYK00.090.460.02
HSL47.89º91.94%75.69%-
HSV(B)47.89º45.6%98.04%-
XYZ71.3477.0434.4-
YUV223.578.62146.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 136 (53.52% from 255) = 22.19%
R=40.78%
G=37.03%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022713600.090.460.0247.8991.9475.69
HexFAE388092E2305c4c
Octal37234321001156260134114
Binary111110101110001110001000010011011101011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE388; }

 p { color: rgb(250,227,136); }

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

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

 a { background-color: rgb(250,227,136); }

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

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

 span { border-color: rgb(250,227,136); }

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