#F5DA87

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

Shades of Buff #F5DA87

Tints of Buff #F5DA87

Color information

#F5DA87 (or 0xF5DA87) is unknown color: approx Buff. HEX triplet: F5, DA and 87. RGB value is (245,218,135). Sum of RGB (Red+Green+Blue) = 245+218+135=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 135 (53.12% from 255 or 22.58% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA87 is #0A2578. Grayscale: #D8D8D8. Windows color (decimal): -664953 or 8903413. OLE color: 8903413.

HSL color Cylindrical-coordinate representation of color #F5DA87: hue angle of 45.27º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5DA87 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245218135-
CMYK00.110.450.04
HSL45.27º84.62%74.51%-
HSV(B)45.27º44.9%96.08%-
XYZ67.171.333.15-
YUV216.6181.95148.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 135 (53.12% from 255) = 22.58%
R=40.97%
G=36.45%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521813500.110.450.0445.2784.6274.51
HexF5DA870B2D42d554b
Octal36533220701355455125113
Binary1111010111011010100001110101110110110010110110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA87; }

 p { color: rgb(245,218,135); }

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

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

 a { background-color: rgb(245,218,135); }

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

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

 span { border-color: rgb(245,218,135); }

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