#F3DC87

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

Shades of Buff #F3DC87

Tints of Buff #F3DC87

Color information

#F3DC87 (or 0xF3DC87) is unknown color: approx Buff. HEX triplet: F3, DC and 87. RGB value is (243,220,135). Sum of RGB (Red+Green+Blue) = 243+220+135=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 135 (53.12% from 255 or 22.58% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC87 is #0C2378. Grayscale: #D9D9D9. Windows color (decimal): -795513 or 8903923. OLE color: 8903923.

HSL color Cylindrical-coordinate representation of color #F3DC87: hue angle of 47.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F3DC87 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB243220135-
CMYK00.090.440.05
HSL47.22º81.82%74.12%-
HSV(B)47.22º44.44%95.29%-
XYZ66.9371.9933.29-
YUV217.1981.62146.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 135 (53.12% from 255) = 22.58%
R=40.64%
G=36.79%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322013500.090.440.0547.2281.8274.12
HexF3DC87092C52f524a
Octal36333420701154557122112
Binary1111001111011100100001110100110110010110111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC87; }

 p { color: rgb(243,220,135); }

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

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

 a { background-color: rgb(243,220,135); }

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

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

 span { border-color: rgb(243,220,135); }

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