#F3DF80

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

Shades of Buff #F3DF80

Tints of Buff #F3DF80

Color information

#F3DF80 (or 0xF3DF80) is unknown color: approx Buff. HEX triplet: F3, DF and 80. RGB value is (243,223,128). Sum of RGB (Red+Green+Blue) = 243+223+128=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF80 is #0C207F. Grayscale: #DADADA. Windows color (decimal): -794752 or 8445939. OLE color: 8445939.

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

Color convert

RGB243223128-
CMYK00.080.470.05
HSL49.57º82.73%72.75%-
HSV(B)49.57º47.33%95.29%-
XYZ67.2573.3931.04-
YUV218.1577.13145.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 128 (50.39% from 255) = 21.55%
R=40.91%
G=37.54%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322312800.080.470.0549.5782.7372.75
HexF3DF80082F5325349
Octal36333720001057562123111
Binary1111001111011111100000000100010111110111001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF80; }

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

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

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

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

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

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

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

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