#f1d587

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

Shades of Buff #F1D587

Tints of Buff #F1D587

Color information

#F1D587 (or 0xF1D587) is unknown color: approx Buff. HEX triplet: F1, D5 and 87. RGB value is (241,213,135). Sum of RGB (Red+Green+Blue) = 241+213+135=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 135 (53.12% from 255 or 22.92% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D587 is #0E2A78. Grayscale: #D4D4D4. Windows color (decimal): -928377 or 8902129. OLE color: 8902129.

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

Color convert

RGB241213135-
CMYK00.120.440.05
HSL44.15º79.1%73.73%-
HSV(B)44.15º43.98%94.51%-
XYZ64.4468.0432.66-
YUV212.4884.28148.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 135 (53.12% from 255) = 22.92%
R=40.92%
G=36.16%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121313500.120.440.0544.1579.173.73
HexF1D5870C2C52c4f4a
Octal36132520701454554117112
Binary1111000111010101100001110110010110010110110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d587; }

 p { color: rgb(241,213,135); }

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

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

 a { background-color: rgb(241,213,135); }

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

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

 span { border-color: rgb(241,213,135); }

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