#F0D887

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

Shades of Buff #F0D887

Tints of Buff #F0D887

Color information

#F0D887 (or 0xF0D887) is unknown color: approx Buff. HEX triplet: F0, D8 and 87. RGB value is (240,216,135). Sum of RGB (Red+Green+Blue) = 240+216+135=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D887 is #0F2778. Grayscale: #D6D6D6. Windows color (decimal): -993145 or 8902896. OLE color: 8902896.

HSL color Cylindrical-coordinate representation of color #F0D887: hue angle of 46.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0D887 is Cyan = 0, Magento = 0.1, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240216135-
CMYK00.10.440.06
HSL46.29º77.78%73.53%-
HSV(B)46.29º43.75%94.12%-
XYZ64.8669.3932.9-
YUV213.9483.45146.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 135 (53.12% from 255) = 22.84%
R=40.61%
G=36.55%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021613500.10.440.0646.2977.7873.53
HexF0D8870A2C62e4e4a
Octal36033020701254656116112
Binary1111000011011000100001110101010110011010111010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D887; }

 p { color: rgb(240,216,135); }

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

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

 a { background-color: rgb(240,216,135); }

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

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

 span { border-color: rgb(240,216,135); }

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