#F3DF87

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

Shades of Buff #F3DF87

Tints of Buff #F3DF87

Color information

#F3DF87 (or 0xF3DF87) is unknown color: approx Buff. HEX triplet: F3, DF and 87. RGB value is (243,223,135). Sum of RGB (Red+Green+Blue) = 243+223+135=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF87 is #0C2078. Grayscale: #DBDBDB. Windows color (decimal): -794745 or 8904691. OLE color: 8904691.

HSL color Cylindrical-coordinate representation of color #F3DF87: hue angle of 48.89º 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 #F3DF87 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB243223135-
CMYK00.080.440.05
HSL48.89º81.82%74.12%-
HSV(B)48.89º44.44%95.29%-
XYZ67.7273.5833.55-
YUV218.9580.63145.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 135 (53.12% from 255) = 22.46%
R=40.43%
G=37.10%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322313500.080.440.0548.8981.8274.12
HexF3DF87082C531524a
Octal36333720701054561122112
Binary1111001111011111100001110100010110010111000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF87; }

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

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

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

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

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

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

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

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