#F2DB8B

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

Shades of Buff #F2DB8B

Tints of Buff #F2DB8B

Color information

#F2DB8B (or 0xF2DB8B) is unknown color: approx Buff. HEX triplet: F2, DB and 8B. RGB value is (242,219,139). Sum of RGB (Red+Green+Blue) = 242+219+139=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB8B is #0D2474. Grayscale: #D9D9D9. Windows color (decimal): -861301 or 9165810. OLE color: 9165810.

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

Color convert

RGB242219139-
CMYK00.100.430.05
HSL46.6º79.84%74.71%-
HSV(B)46.6º42.56%94.9%-
XYZ66.6171.434.7-
YUV216.7684.12146-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 139 (54.69% from 255) = 23.17%
R=40.33%
G=36.5%
B=23.17%

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
Decimal24221913900.100.430.0546.679.8474.71
HexF2DB8B0A2B52f504b
Octal36233321301253557120113
Binary1111001011011011100010110101010101110110111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DB8B; }

 p { color: rgb(242,219,139); }

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

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

 a { background-color: rgb(242,219,139); }

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

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

 span { border-color: rgb(242,219,139); }

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