#F6DE84

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

Shades of Buff #F6DE84

Tints of Buff #F6DE84

Color information

#F6DE84 (or 0xF6DE84) is unknown color: approx Buff. HEX triplet: F6, DE and 84. RGB value is (246,222,132). Sum of RGB (Red+Green+Blue) = 246+222+132=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DE84 is #09217B. Grayscale: #DBDBDB. Windows color (decimal): -598396 or 8707830. OLE color: 8707830.

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

Color convert

RGB246222132-
CMYK00.100.460.04
HSL47.37º86.36%74.12%-
HSV(B)47.37º46.34%96.47%-
XYZ68.2973.532.42-
YUV218.9278.95147.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 132 (51.95% from 255) = 22%
R=41%
G=37%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622213200.100.460.0447.3786.3674.12
HexF6DE840A2E42f564a
Octal36633620401256457126112
Binary1111011011011110100001000101010111010010111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DE84; }

 p { color: rgb(246,222,132); }

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

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

 a { background-color: rgb(246,222,132); }

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

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

 span { border-color: rgb(246,222,132); }

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