#f6e384

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

Shades of Buff #F6E384

Tints of Buff #F6E384

Color information

#F6E384 (or 0xF6E384) is unknown color: approx Buff. HEX triplet: F6, E3 and 84. RGB value is (246,227,132). Sum of RGB (Red+Green+Blue) = 246+227+132=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E384 is #091C7B. Grayscale: #DEDEDE. Windows color (decimal): -597116 or 8709110. OLE color: 8709110.

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

Color convert

RGB246227132-
CMYK00.080.460.04
HSL50º86.36%74.12%-
HSV(B)50º46.34%96.47%-
XYZ69.6476.232.87-
YUV221.8577.29145.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 132 (51.95% from 255) = 21.82%
R=40.66%
G=37.52%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622713200.080.460.045086.3674.12
HexF6E384082E432564a
Octal36634320401056462126112
Binary1111011011100011100001000100010111010011001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6e384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6e384; }

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

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

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

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

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

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

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

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