#FADF87

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

Shades of Buff #FADF87

Tints of Buff #FADF87

Color information

#FADF87 (or 0xFADF87) is unknown color: approx Buff. HEX triplet: FA, DF and 87. RGB value is (250,223,135). Sum of RGB (Red+Green+Blue) = 250+223+135=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF87 is #052078. Grayscale: #DDDDDD. Windows color (decimal): -335993 or 8904698. OLE color: 8904698.

HSL color Cylindrical-coordinate representation of color #FADF87: hue angle of 45.91º 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 #FADF87 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250223135-
CMYK00.110.460.02
HSL45.91º92%75.49%-
HSV(B)45.91º46%98.04%-
XYZ70.1974.8533.67-
YUV221.0479.45148.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 135 (53.12% from 255) = 22.20%
R=41.12%
G=36.68%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022313500.110.460.0245.919275.49
HexFADF870B2E22e5c4b
Octal37233720701356256134113
Binary111110101101111110000111010111011101010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF87; }

 p { color: rgb(250,223,135); }

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

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

 a { background-color: rgb(250,223,135); }

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

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

 span { border-color: rgb(250,223,135); }

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