#f5df80

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

Shades of Buff #F5DF80

Tints of Buff #F5DF80

Color information

#F5DF80 (or 0xF5DF80) is unknown color: approx Buff. HEX triplet: F5, DF and 80. RGB value is (245,223,128). Sum of RGB (Red+Green+Blue) = 245+223+128=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DF80 is #0A207F. Grayscale: #DBDBDB. Windows color (decimal): -663680 or 8445941. OLE color: 8445941.

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

Color convert

RGB245223128-
CMYK00.090.480.04
HSL48.72º85.4%73.14%-
HSV(B)48.72º47.76%96.08%-
XYZ67.9473.7531.08-
YUV218.7576.79146.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=41.11%
G=37.42%
B=21.48%

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
Decimal24522312800.090.480.0448.7285.473.14
HexF5DF8009304315549
Octal36533720001160461125111
Binary1111010111011111100000000100111000010011000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5df80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5df80; }

 p { color: rgb(245,223,128); }

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

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

 a { background-color: rgb(245,223,128); }

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

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

 span { border-color: rgb(245,223,128); }

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