#F3D883

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

Shades of Buff #F3D883

Tints of Buff #F3D883

Color information

#F3D883 (or 0xF3D883) is unknown color: approx Buff. HEX triplet: F3, D8 and 83. RGB value is (243,216,131). Sum of RGB (Red+Green+Blue) = 243+216+131=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D883 is #0C277C. Grayscale: #D6D6D6. Windows color (decimal): -796541 or 8640755. OLE color: 8640755.

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

Color convert

RGB243216131-
CMYK00.110.460.05
HSL45.54º82.35%73.33%-
HSV(B)45.54º46.09%95.29%-
XYZ65.6169.8131.49-
YUV214.3880.95148.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 131 (51.56% from 255) = 22.20%
R=41.19%
G=36.61%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321613100.110.460.0545.5482.3573.33
HexF3D8830B2E52e5249
Octal36333020301356556122111
Binary1111001111011000100000110101110111010110111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D883; }

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

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

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

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

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

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

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

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