#F6DC7F

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

Shades of Buff #F6DC7F

Tints of Buff #F6DC7F

Color information

#F6DC7F (or 0xF6DC7F) is unknown color: approx Buff. HEX triplet: F6, DC and 7F. RGB value is (246,220,127). Sum of RGB (Red+Green+Blue) = 246+220+127=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC7F is #092380. Grayscale: #D9D9D9. Windows color (decimal): -598913 or 8379638. OLE color: 8379638.

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

Color convert

RGB246220127-
CMYK00.110.480.04
HSL46.89º86.86%73.14%-
HSV(B)46.89º48.37%96.47%-
XYZ67.4372.3130.48-
YUV217.1777.11148.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 127 (50% from 255) = 21.42%
R=41.48%
G=37.10%
B=21.42%

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
Decimal24622012700.110.480.0446.8986.8673.14
HexF6DC7F0B3042f5749
Octal36633417701360457127111
Binary111101101101110011111110101111000010010111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC7F; }

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

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

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

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

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

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

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

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