#F7E485

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

Shades of Buff #F7E485

Tints of Buff #F7E485

Color information

#F7E485 (or 0xF7E485) is unknown color: approx Buff. HEX triplet: F7, E4 and 85. RGB value is (247,228,133). Sum of RGB (Red+Green+Blue) = 247+228+133=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E485 is #081B7A. Grayscale: #DFDFDF. Windows color (decimal): -531323 or 8774903. OLE color: 8774903.

HSL color Cylindrical-coordinate representation of color #F7E485: hue angle of 50º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7E485 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247228133-
CMYK00.080.460.03
HSL50º87.69%74.51%-
HSV(B)50º46.15%96.86%-
XYZ70.3376.9533.34-
YUV222.8577.29145.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 21.88%
R=40.62%
G=37.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722813300.080.460.035087.6974.51
HexF7E485082E332584b
Octal36734420501056362130113
Binary111101111110010010000101010001011101111001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E485; }

 p { color: rgb(247,228,133); }

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

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

 a { background-color: rgb(247,228,133); }

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

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

 span { border-color: rgb(247,228,133); }

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