#F5DA8C

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

Shades of Buff #F5DA8C

Tints of Buff #F5DA8C

Color information

#F5DA8C (or 0xF5DA8C) is unknown color: approx Buff. HEX triplet: F5, DA and 8C. RGB value is (245,218,140). Sum of RGB (Red+Green+Blue) = 245+218+140=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8C is #0A2573. Grayscale: #D9D9D9. Windows color (decimal): -664948 or 9231093. OLE color: 9231093.

HSL color Cylindrical-coordinate representation of color #F5DA8C: hue angle of 44.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5DA8C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245218140-
CMYK00.110.430.04
HSL44.57º84%75.49%-
HSV(B)44.57º42.86%96.08%-
XYZ67.4671.4535.05-
YUV217.1884.45147.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 140 (55.08% from 255) = 23.22%
R=40.63%
G=36.15%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521814000.110.430.0444.578475.49
HexF5DA8C0B2B42d544b
Octal36533221401353455124113
Binary1111010111011010100011000101110101110010110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA8C; }

 p { color: rgb(245,218,140); }

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

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

 a { background-color: rgb(245,218,140); }

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

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

 span { border-color: rgb(245,218,140); }

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