#F2D88A

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

Shades of Buff #F2D88A

Tints of Buff #F2D88A

Color information

#F2D88A (or 0xF2D88A) is unknown color: approx Buff. HEX triplet: F2, D8 and 8A. RGB value is (242,216,138). Sum of RGB (Red+Green+Blue) = 242+216+138=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D88A is #0D2775. Grayscale: #D7D7D7. Windows color (decimal): -862070 or 9099506. OLE color: 9099506.

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

Color convert

RGB242216138-
CMYK00.110.430.05
HSL45º80%74.51%-
HSV(B)45º42.98%94.9%-
XYZ65.7669.8234.06-
YUV214.8884.61147.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=40.60%
G=36.24%
B=23.15%

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
Decimal24221613800.110.430.05458074.51
HexF2D88A0B2B52d504b
Octal36233021201353555120113
Binary1111001011011000100010100101110101110110110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D88A; }

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

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

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

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

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

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

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

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