#F3DE82

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

Shades of Buff #F3DE82

Tints of Buff #F3DE82

Color information

#F3DE82 (or 0xF3DE82) is unknown color: approx Buff. HEX triplet: F3, DE and 82. RGB value is (243,222,130). Sum of RGB (Red+Green+Blue) = 243+222+130=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE82 is #0C217D. Grayscale: #DADADA. Windows color (decimal): -795006 or 8576755. OLE color: 8576755.

HSL color Cylindrical-coordinate representation of color #F3DE82: hue angle of 48.85º degrees, saturation: 0.82, 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 #F3DE82 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243222130-
CMYK00.090.470.05
HSL48.85º82.48%73.14%-
HSV(B)48.85º46.5%95.29%-
XYZ67.1172.9131.65-
YUV217.7978.46145.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 130 (51.17% from 255) = 21.85%
R=40.84%
G=37.31%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322213000.090.470.0548.8582.4873.14
HexF3DE82092F5315249
Octal36333620201157561122111
Binary1111001111011110100000100100110111110111000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DE82; }

 p { color: rgb(243,222,130); }

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

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

 a { background-color: rgb(243,222,130); }

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

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

 span { border-color: rgb(243,222,130); }

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