#F6DA87

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

Shades of Buff #F6DA87

Tints of Buff #F6DA87

Color information

#F6DA87 (or 0xF6DA87) is unknown color: approx Buff. HEX triplet: F6, DA and 87. RGB value is (246,218,135). Sum of RGB (Red+Green+Blue) = 246+218+135=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DA87 is #092578. Grayscale: #D9D9D9. Windows color (decimal): -599417 or 8903414. OLE color: 8903414.

HSL color Cylindrical-coordinate representation of color #F6DA87: hue angle of 44.86º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6DA87 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB246218135-
CMYK00.110.450.04
HSL44.86º86.05%74.71%-
HSV(B)44.86º45.12%96.47%-
XYZ67.4571.4833.16-
YUV216.9181.78148.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 135 (53.12% from 255) = 22.54%
R=41.07%
G=36.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621813500.110.450.0444.8686.0574.71
HexF6DA870B2D42d564b
Octal36633220701355455126113
Binary1111011011011010100001110101110110110010110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DA87; }

 p { color: rgb(246,218,135); }

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

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

 a { background-color: rgb(246,218,135); }

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

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

 span { border-color: rgb(246,218,135); }

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