#f1d98b

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

Shades of Buff #F1D98B

Tints of Buff #F1D98B

Color information

#F1D98B (or 0xF1D98B) is unknown color: approx Buff. HEX triplet: F1, D9 and 8B. RGB value is (241,217,139). Sum of RGB (Red+Green+Blue) = 241+217+139=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D98B is #0E2674. Grayscale: #D7D7D7. Windows color (decimal): -927349 or 9165297. OLE color: 9165297.

HSL color Cylindrical-coordinate representation of color #F1D98B: hue angle of 45.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1D98B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241217139-
CMYK00.100.420.05
HSL45.88º78.46%74.51%-
HSV(B)45.88º42.32%94.51%-
XYZ65.7570.1934.51-
YUV215.2884.95146.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=40.37%
G=36.35%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121713900.100.420.0545.8878.4674.51
HexF1D98B0A2A52e4e4b
Octal36133121301252556116113
Binary1111000111011001100010110101010101010110111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d98b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d98b; }

 p { color: rgb(241,217,139); }

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

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

 a { background-color: rgb(241,217,139); }

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

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

 span { border-color: rgb(241,217,139); }

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