#F5DE85

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

Shades of Buff #F5DE85

Tints of Buff #F5DE85

Color information

#F5DE85 (or 0xF5DE85) is unknown color: approx Buff. HEX triplet: F5, DE and 85. RGB value is (245,222,133). Sum of RGB (Red+Green+Blue) = 245+222+133=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DE85 is #0A217A. Grayscale: #DBDBDB. Windows color (decimal): -663931 or 8773365. OLE color: 8773365.

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

Color convert

RGB245222133-
CMYK00.090.460.04
HSL47.68º84.85%74.12%-
HSV(B)47.68º45.71%96.08%-
XYZ68.0173.3532.76-
YUV218.7379.62146.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=40.83%
G=37%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522213300.090.460.0447.6884.8574.12
HexF5DE85092E430554a
Octal36533620501156460125112
Binary1111010111011110100001010100110111010011000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE85; }

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

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

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

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

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

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

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

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