#F2D887

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

Shades of Buff #F2D887

Tints of Buff #F2D887

Color information

#F2D887 (or 0xF2D887) is unknown color: approx Buff. HEX triplet: F2, D8 and 87. RGB value is (242,216,135). Sum of RGB (Red+Green+Blue) = 242+216+135=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D887 is #0D2778. Grayscale: #D6D6D6. Windows color (decimal): -862073 or 8902898. OLE color: 8902898.

HSL color Cylindrical-coordinate representation of color #F2D887: hue angle of 45.42º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D887 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242216135-
CMYK00.110.440.05
HSL45.42º80.45%73.92%-
HSV(B)45.42º44.21%94.9%-
XYZ65.5569.7432.93-
YUV214.5483.11147.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 135 (53.12% from 255) = 22.77%
R=40.81%
G=36.42%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221613500.110.440.0545.4280.4573.92
HexF2D8870B2C52d504a
Octal36233020701354555120112
Binary1111001011011000100001110101110110010110110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D887; }

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

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

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

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

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

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

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

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