#F6DC82

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

Shades of Buff #F6DC82

Tints of Buff #F6DC82

Color information

#F6DC82 (or 0xF6DC82) is unknown color: approx Buff. HEX triplet: F6, DC and 82. RGB value is (246,220,130). Sum of RGB (Red+Green+Blue) = 246+220+130=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC82 is #09237D. Grayscale: #D9D9D9. Windows color (decimal): -598910 or 8576246. OLE color: 8576246.

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

Color convert

RGB246220130-
CMYK00.110.470.04
HSL46.55º86.57%73.73%-
HSV(B)46.55º47.15%96.47%-
XYZ67.6372.3931.53-
YUV217.5178.61148.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 130 (51.17% from 255) = 21.81%
R=41.28%
G=36.91%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622013000.110.470.0446.5586.5773.73
HexF6DC820B2F42f574a
Octal36633420201357457127112
Binary1111011011011100100000100101110111110010111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC82; }

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

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

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

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

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

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

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

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