#F1D68A

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

Shades of Buff #F1D68A

Tints of Buff #F1D68A

Color information

#F1D68A (or 0xF1D68A) is unknown color: approx Buff. HEX triplet: F1, D6 and 8A. RGB value is (241,214,138). Sum of RGB (Red+Green+Blue) = 241+214+138=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D68A is #0E2975. Grayscale: #D5D5D5. Windows color (decimal): -928118 or 9098993. OLE color: 9098993.

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

Color convert

RGB241214138-
CMYK00.110.430.05
HSL44.27º78.63%74.31%-
HSV(B)44.27º42.74%94.51%-
XYZ64.9168.6333.87-
YUV213.4185.45147.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=40.64%
G=36.09%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121413800.110.430.0544.2778.6374.31
HexF1D68A0B2B52c4f4a
Octal36132621201353554117112
Binary1111000111010110100010100101110101110110110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D68A; }

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

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

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

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

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

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

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

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