#F1D88A

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

Shades of Buff #F1D88A

Tints of Buff #F1D88A

Color information

#F1D88A (or 0xF1D88A) is unknown color: approx Buff. HEX triplet: F1, D8 and 8A. RGB value is (241,216,138). Sum of RGB (Red+Green+Blue) = 241+216+138=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D88A is #0E2775. Grayscale: #D6D6D6. Windows color (decimal): -927606 or 9099505. OLE color: 9099505.

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

Color convert

RGB241216138-
CMYK00.100.430.05
HSL45.44º78.63%74.31%-
HSV(B)45.44º42.74%94.51%-
XYZ65.4269.6534.04-
YUV214.5884.78146.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=40.50%
G=36.30%
B=23.19%

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
Decimal24121613800.100.430.0545.4478.6374.31
HexF1D88A0A2B52d4f4a
Octal36133021201253555117112
Binary1111000111011000100010100101010101110110110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D88A; }

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

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

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

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

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

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

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

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