#F5DE87

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

Shades of Buff #F5DE87

Tints of Buff #F5DE87

Color information

#F5DE87 (or 0xF5DE87) is unknown color: approx Buff. HEX triplet: F5, DE and 87. RGB value is (245,222,135). Sum of RGB (Red+Green+Blue) = 245+222+135=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DE87 is #0A2178. Grayscale: #DBDBDB. Windows color (decimal): -663929 or 8904437. OLE color: 8904437.

HSL color Cylindrical-coordinate representation of color #F5DE87: hue angle of 47.45º 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 #F5DE87 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245222135-
CMYK00.090.450.04
HSL47.45º84.62%74.51%-
HSV(B)47.45º44.9%96.08%-
XYZ68.1573.433.5-
YUV218.9680.62146.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 135 (53.12% from 255) = 22.43%
R=40.70%
G=36.88%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522213500.090.450.0447.4584.6274.51
HexF5DE87092D42f554b
Octal36533620701155457125113
Binary1111010111011110100001110100110110110010111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE87; }

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

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

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

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

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

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

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

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