#F1D686

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

Shades of Buff #F1D686

Tints of Buff #F1D686

Color information

#F1D686 (or 0xF1D686) is unknown color: approx Buff. HEX triplet: F1, D6 and 86. RGB value is (241,214,134). Sum of RGB (Red+Green+Blue) = 241+214+134=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D686 is #0E2979. Grayscale: #D5D5D5. Windows color (decimal): -928122 or 8836849. OLE color: 8836849.

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

Color convert

RGB241214134-
CMYK00.110.440.05
HSL44.86º79.26%73.53%-
HSV(B)44.86º44.4%94.51%-
XYZ64.6368.5232.37-
YUV212.9583.45148-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 134 (52.73% from 255) = 22.75%
R=40.92%
G=36.33%
B=22.75%

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
Decimal24121413400.110.440.0544.8679.2673.53
HexF1D6860B2C52d4f4a
Octal36132620601354555117112
Binary1111000111010110100001100101110110010110110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D686; }

 p { color: rgb(241,214,134); }

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

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

 a { background-color: rgb(241,214,134); }

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

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

 span { border-color: rgb(241,214,134); }

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