#F3DF86

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

Shades of Buff #F3DF86

Tints of Buff #F3DF86

Color information

#F3DF86 (or 0xF3DF86) is unknown color: approx Buff. HEX triplet: F3, DF and 86. RGB value is (243,223,134). Sum of RGB (Red+Green+Blue) = 243+223+134=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF86 is #0C2079. Grayscale: #DBDBDB. Windows color (decimal): -794746 or 8839155. OLE color: 8839155.

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

Color convert

RGB243223134-
CMYK00.080.450.05
HSL48.99º81.95%73.92%-
HSV(B)48.99º44.86%95.29%-
XYZ67.6573.5533.19-
YUV218.8380.13145.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=40.5%
G=37.17%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322313400.080.450.0548.9981.9573.92
HexF3DF86082D531524a
Octal36333720601055561122112
Binary1111001111011111100001100100010110110111000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF86; }

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

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

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

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

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

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

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

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