#F3DF83

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

Shades of Buff #F3DF83

Tints of Buff #F3DF83

Color information

#F3DF83 (or 0xF3DF83) is unknown color: approx Buff. HEX triplet: F3, DF and 83. RGB value is (243,223,131). Sum of RGB (Red+Green+Blue) = 243+223+131=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF83 is #0C207C. Grayscale: #DADADA. Windows color (decimal): -794749 or 8642547. OLE color: 8642547.

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

Color convert

RGB243223131-
CMYK00.080.460.05
HSL49.29º82.35%73.33%-
HSV(B)49.29º46.09%95.29%-
XYZ67.4573.4732.1-
YUV218.4978.63145.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 21.94%
R=40.70%
G=37.35%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322313100.080.460.0549.2982.3573.33
HexF3DF83082E5315249
Octal36333720301056561122111
Binary1111001111011111100000110100010111010111000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF83; }

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

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

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

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

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

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

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

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