#F5DC86

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

Shades of Buff #F5DC86

Tints of Buff #F5DC86

Color information

#F5DC86 (or 0xF5DC86) is unknown color: approx Buff. HEX triplet: F5, DC and 86. RGB value is (245,220,134). Sum of RGB (Red+Green+Blue) = 245+220+134=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC86 is #0A2379. Grayscale: #DADADA. Windows color (decimal): -664442 or 8838389. OLE color: 8838389.

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

Color convert

RGB245220134-
CMYK00.100.450.04
HSL46.49º84.73%74.31%-
HSV(B)46.49º45.31%96.08%-
XYZ67.5572.3232.95-
YUV217.6780.78147.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 134 (52.73% from 255) = 22.37%
R=40.90%
G=36.73%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522013400.100.450.0446.4984.7374.31
HexF5DC860A2D42e554a
Octal36533420601255456125112
Binary1111010111011100100001100101010110110010111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC86; }

 p { color: rgb(245,220,134); }

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

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

 a { background-color: rgb(245,220,134); }

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

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

 span { border-color: rgb(245,220,134); }

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