#F3D98D

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

Shades of Buff #F3D98D

Tints of Buff #F3D98D

Color information

#F3D98D (or 0xF3D98D) is unknown color: approx Buff. HEX triplet: F3, D9 and 8D. RGB value is (243,217,141). Sum of RGB (Red+Green+Blue) = 243+217+141=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D98D is #0C2672. Grayscale: #D8D8D8. Windows color (decimal): -796275 or 9296371. OLE color: 9296371.

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

Color convert

RGB243217141-
CMYK00.110.420.05
HSL44.71º80.95%75.29%-
HSV(B)44.71º41.98%95.29%-
XYZ66.5870.635.32-
YUV216.1185.61147.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 141 (55.47% from 255) = 23.46%
R=40.43%
G=36.11%
B=23.46%

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
Decimal24321714100.110.420.0544.7180.9575.29
HexF3D98D0B2A52d514b
Octal36333121501352555121113
Binary1111001111011001100011010101110101010110110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D98D; }

 p { color: rgb(243,217,141); }

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

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

 a { background-color: rgb(243,217,141); }

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

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

 span { border-color: rgb(243,217,141); }

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