#f3df7d

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

Shades of Buff #F3DF7D

Tints of Buff #F3DF7D

Color information

#F3DF7D (or 0xF3DF7D) is unknown color: approx Buff. HEX triplet: F3, DF and 7D. RGB value is (243,223,125). Sum of RGB (Red+Green+Blue) = 243+223+125=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF7D is #0C2082. Grayscale: #DADADA. Windows color (decimal): -794755 or 8249331. OLE color: 8249331.

HSL color Cylindrical-coordinate representation of color #F3DF7D: hue angle of 49.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3DF7D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB243223125-
CMYK00.080.490.05
HSL49.83º83.1%72.16%-
HSV(B)49.83º48.56%95.29%-
XYZ67.0573.3130.02-
YUV217.8175.63145.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=41.12%
G=37.73%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322312500.080.490.0549.8383.172.16
HexF3DF7D08315325348
Octal36333717501061562123110
Binary111100111101111111111010100011000110111001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3df7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3df7d; }

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

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

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

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

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

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

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

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