#F3DF85

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

Shades of Buff #F3DF85

Tints of Buff #F3DF85

Color information

#F3DF85 (or 0xF3DF85) is unknown color: approx Buff. HEX triplet: F3, DF and 85. RGB value is (243,223,133). Sum of RGB (Red+Green+Blue) = 243+223+133=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF85 is #0C207A. Grayscale: #DBDBDB. Windows color (decimal): -794747 or 8773619. OLE color: 8773619.

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

Color convert

RGB243223133-
CMYK00.080.450.05
HSL49.09º82.09%73.73%-
HSV(B)49.09º45.27%95.29%-
XYZ67.5873.5232.82-
YUV218.7279.63145.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=40.57%
G=37.23%
B=22.20%

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
Decimal24322313300.080.450.0549.0982.0973.73
HexF3DF85082D531524a
Octal36333720501055561122112
Binary1111001111011111100001010100010110110111000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF85; }

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

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

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

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

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

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

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

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