#F6DC85

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

Shades of Buff #F6DC85

Tints of Buff #F6DC85

Color information

#F6DC85 (or 0xF6DC85) is unknown color: approx Buff. HEX triplet: F6, DC and 85. RGB value is (246,220,133). Sum of RGB (Red+Green+Blue) = 246+220+133=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC85 is #09237A. Grayscale: #DADADA. Windows color (decimal): -598907 or 8772854. OLE color: 8772854.

HSL color Cylindrical-coordinate representation of color #F6DC85: hue angle of 46.19º degrees, saturation: 0.86, 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 #F6DC85 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246220133-
CMYK00.110.460.04
HSL46.19º86.26%74.31%-
HSV(B)46.19º45.93%96.47%-
XYZ67.8372.4732.6-
YUV217.8680.11148.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=41.07%
G=36.73%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622013300.110.460.0446.1986.2674.31
HexF6DC850B2E42e564a
Octal36633420501356456126112
Binary1111011011011100100001010101110111010010111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC85; }

 p { color: rgb(246,220,133); }

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

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

 a { background-color: rgb(246,220,133); }

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

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

 span { border-color: rgb(246,220,133); }

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