#F2D78C

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

Shades of Buff #F2D78C

Tints of Buff #F2D78C

Color information

#F2D78C (or 0xF2D78C) is unknown color: approx Buff. HEX triplet: F2, D7 and 8C. RGB value is (242,215,140). Sum of RGB (Red+Green+Blue) = 242+215+140=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D78C is #0D2873. Grayscale: #D6D6D6. Windows color (decimal): -862324 or 9230322. OLE color: 9230322.

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

Color convert

RGB242215140-
CMYK00.110.420.05
HSL44.12º79.69%74.9%-
HSV(B)44.12º42.15%94.9%-
XYZ65.6569.3734.74-
YUV214.5285.95147.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 215 (84.38% from 255) = 36.01%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=40.54%
G=36.01%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221514000.110.420.0544.1279.6974.9
HexF2D78C0B2A52c504b
Octal36232721401352554120113
Binary1111001011010111100011000101110101010110110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D78C; }

 p { color: rgb(242,215,140); }

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

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

 a { background-color: rgb(242,215,140); }

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

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

 span { border-color: rgb(242,215,140); }

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