#F6E180

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

Shades of Buff #F6E180

Tints of Buff #F6E180

Color information

#F6E180 (or 0xF6E180) is unknown color: approx Buff. HEX triplet: F6, E1 and 80. RGB value is (246,225,128). Sum of RGB (Red+Green+Blue) = 246+225+128=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E180 is #091E7F. Grayscale: #DCDCDC. Windows color (decimal): -597632 or 8446454. OLE color: 8446454.

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

Color convert

RGB246225128-
CMYK00.090.480.04
HSL49.32º86.76%73.33%-
HSV(B)49.32º47.97%96.47%-
XYZ68.837531.27-
YUV220.2275.96146.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=41.07%
G=37.56%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622512800.090.480.0449.3286.7673.33
HexF6E18009304315749
Octal36634120001160461127111
Binary1111011011100001100000000100111000010011000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E180; }

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

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

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

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

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

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

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

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