#F6DC80

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

Shades of Buff #F6DC80

Tints of Buff #F6DC80

Color information

#F6DC80 (or 0xF6DC80) is unknown color: approx Buff. HEX triplet: F6, DC and 80. RGB value is (246,220,128). Sum of RGB (Red+Green+Blue) = 246+220+128=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC80 is #09237F. Grayscale: #D9D9D9. Windows color (decimal): -598912 or 8445174. OLE color: 8445174.

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

Color convert

RGB246220128-
CMYK00.110.480.04
HSL46.78º86.76%73.33%-
HSV(B)46.78º47.97%96.47%-
XYZ67.572.3430.83-
YUV217.2977.61148.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 128 (50.39% from 255) = 21.55%
R=41.41%
G=37.04%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622012800.110.480.0446.7886.7673.33
HexF6DC800B3042f5749
Octal36633420001360457127111
Binary1111011011011100100000000101111000010010111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC80; }

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

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

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

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

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

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

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

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