#F1D98A

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

Shades of Buff #F1D98A

Tints of Buff #F1D98A

Color information

#F1D98A (or 0xF1D98A) is unknown color: approx Buff. HEX triplet: F1, D9 and 8A. RGB value is (241,217,138). Sum of RGB (Red+Green+Blue) = 241+217+138=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D98A is #0E2675. Grayscale: #D7D7D7. Windows color (decimal): -927350 or 9099761. OLE color: 9099761.

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

Color convert

RGB241217138-
CMYK00.100.430.05
HSL46.02º78.63%74.31%-
HSV(B)46.02º42.74%94.51%-
XYZ65.6870.1634.13-
YUV215.1784.45146.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=40.44%
G=36.41%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121713800.100.430.0546.0278.6374.31
HexF1D98A0A2B52e4f4a
Octal36133121201253556117112
Binary1111000111011001100010100101010101110110111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D98A; }

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

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

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

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

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

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

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

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