#F6E184

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

Shades of Buff #F6E184

Tints of Buff #F6E184

Color information

#F6E184 (or 0xF6E184) is unknown color: approx Buff. HEX triplet: F6, E1 and 84. RGB value is (246,225,132). Sum of RGB (Red+Green+Blue) = 246+225+132=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E184 is #091E7B. Grayscale: #DDDDDD. Windows color (decimal): -597628 or 8708598. OLE color: 8708598.

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

Color convert

RGB246225132-
CMYK00.090.460.04
HSL48.95º86.36%74.12%-
HSV(B)48.95º46.34%96.47%-
XYZ69.175.1132.69-
YUV220.6877.96146.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 132 (51.95% from 255) = 21.89%
R=40.80%
G=37.31%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622513200.090.460.0448.9586.3674.12
HexF6E184092E431564a
Octal36634120401156461126112
Binary1111011011100001100001000100110111010011000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E184; }

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

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

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

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

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

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

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

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