#F2D787

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

Shades of Buff #F2D787

Tints of Buff #F2D787

Color information

#F2D787 (or 0xF2D787) is unknown color: approx Buff. HEX triplet: F2, D7 and 87. RGB value is (242,215,135). Sum of RGB (Red+Green+Blue) = 242+215+135=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D787 is #0D2878. Grayscale: #D6D6D6. Windows color (decimal): -862329 or 8902642. OLE color: 8902642.

HSL color Cylindrical-coordinate representation of color #F2D787: hue angle of 44.86º 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 #F2D787 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242215135-
CMYK00.110.440.05
HSL44.86º80.45%73.92%-
HSV(B)44.86º44.21%94.9%-
XYZ65.2969.2332.84-
YUV213.9583.45148-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 135 (53.12% from 255) = 22.80%
R=40.88%
G=36.32%
B=22.80%

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
Decimal24221513500.110.440.0544.8680.4573.92
HexF2D7870B2C52d504a
Octal36232720701354555120112
Binary1111001011010111100001110101110110010110110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D787; }

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

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

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

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

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

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

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

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