#F1D685

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

Shades of Buff #F1D685

Tints of Buff #F1D685

Color information

#F1D685 (or 0xF1D685) is unknown color: approx Buff. HEX triplet: F1, D6 and 85. RGB value is (241,214,133). Sum of RGB (Red+Green+Blue) = 241+214+133=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D685 is #0E297A. Grayscale: #D5D5D5. Windows color (decimal): -928123 or 8771313. OLE color: 8771313.

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

Color convert

RGB241214133-
CMYK00.110.450.05
HSL45º79.41%73.33%-
HSV(B)45º44.81%94.51%-
XYZ64.5668.4932.01-
YUV212.8482.95148.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=40.99%
G=36.39%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121413300.110.450.054579.4173.33
HexF1D6850B2D52d4f49
Octal36132620501355555117111
Binary1111000111010110100001010101110110110110110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D685; }

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

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

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

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

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

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

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

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