#FAE286

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

Shades of Buff #FAE286

Tints of Buff #FAE286

Color information

#FAE286 (or 0xFAE286) is unknown color: approx Buff. HEX triplet: FA, E2 and 86. RGB value is (250,226,134). Sum of RGB (Red+Green+Blue) = 250+226+134=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE286 is #051D79. Grayscale: #DFDFDF. Windows color (decimal): -335226 or 8839930. OLE color: 8839930.

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

Color convert

RGB250226134-
CMYK00.100.460.02
HSL47.59º92.06%75.29%-
HSV(B)47.59º46.4%98.04%-
XYZ70.9276.4433.57-
YUV222.6977.95147.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=40.98%
G=37.05%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022613400.100.460.0247.5992.0675.29
HexFAE2860A2E2305c4b
Octal37234220601256260134113
Binary111110101110001010000110010101011101011000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE286; }

 p { color: rgb(250,226,134); }

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

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

 a { background-color: rgb(250,226,134); }

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

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

 span { border-color: rgb(250,226,134); }

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