#F3D88D

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

Shades of Buff #F3D88D

Tints of Buff #F3D88D

Color information

#F3D88D (or 0xF3D88D) is unknown color: approx Buff. HEX triplet: F3, D8 and 8D. RGB value is (243,216,141). Sum of RGB (Red+Green+Blue) = 243+216+141=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D88D is #0C2772. Grayscale: #D7D7D7. Windows color (decimal): -796531 or 9296115. OLE color: 9296115.

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

Color convert

RGB243216141-
CMYK00.110.420.05
HSL44.12º80.95%75.29%-
HSV(B)44.12º41.98%95.29%-
XYZ66.3370.0935.23-
YUV215.5285.95147.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 141 (55.47% from 255) = 23.5%
R=40.5%
G=36%
B=23.5%

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
Decimal24321614100.110.420.0544.1280.9575.29
HexF3D88D0B2A52c514b
Octal36333021501352554121113
Binary1111001111011000100011010101110101010110110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D88D; }

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

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

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

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

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

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

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

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