#F1DB8A

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

Shades of Buff #F1DB8A

Tints of Buff #F1DB8A

Color information

#F1DB8A (or 0xF1DB8A) is unknown color: approx Buff. HEX triplet: F1, DB and 8A. RGB value is (241,219,138). Sum of RGB (Red+Green+Blue) = 241+219+138=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB8A is #0E2475. Grayscale: #D8D8D8. Windows color (decimal): -926838 or 9100273. OLE color: 9100273.

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

Color convert

RGB241219138-
CMYK00.090.430.05
HSL47.18º78.63%74.31%-
HSV(B)47.18º42.74%94.51%-
XYZ66.1971.234.3-
YUV216.3483.79145.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 138 (54.30% from 255) = 23.08%
R=40.30%
G=36.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121913800.090.430.0547.1878.6374.31
HexF1DB8A092B52f4f4a
Octal36133321201153557117112
Binary1111000111011011100010100100110101110110111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DB8A; }

 p { color: rgb(241,219,138); }

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

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

 a { background-color: rgb(241,219,138); }

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

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

 span { border-color: rgb(241,219,138); }

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