#F5DC8C

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

Shades of Buff #F5DC8C

Tints of Buff #F5DC8C

Color information

#F5DC8C (or 0xF5DC8C) is unknown color: approx Buff. HEX triplet: F5, DC and 8C. RGB value is (245,220,140). Sum of RGB (Red+Green+Blue) = 245+220+140=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC8C is #0A2373. Grayscale: #DADADA. Windows color (decimal): -664436 or 9231605. OLE color: 9231605.

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

Color convert

RGB245220140-
CMYK00.100.430.04
HSL45.71º84%75.49%-
HSV(B)45.71º42.86%96.08%-
XYZ67.9872.4935.22-
YUV218.3683.78147-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=40.50%
G=36.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522014000.100.430.0445.718475.49
HexF5DC8C0A2B42e544b
Octal36533421401253456124113
Binary1111010111011100100011000101010101110010111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC8C; }

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

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

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

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

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

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

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

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