#F3D984

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

Shades of Buff #F3D984

Tints of Buff #F3D984

Color information

#F3D984 (or 0xF3D984) is unknown color: approx Buff. HEX triplet: F3, D9 and 84. RGB value is (243,217,132). Sum of RGB (Red+Green+Blue) = 243+217+132=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D984 is #0C267B. Grayscale: #D7D7D7. Windows color (decimal): -796284 or 8706547. OLE color: 8706547.

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

Color convert

RGB243217132-
CMYK00.110.460.05
HSL45.95º82.22%73.53%-
HSV(B)45.95º45.68%95.29%-
XYZ65.9470.3531.93-
YUV215.0881.11147.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 132 (51.95% from 255) = 22.30%
R=41.05%
G=36.66%
B=22.30%

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
Decimal24321713200.110.460.0545.9582.2273.53
HexF3D9840B2E52e524a
Octal36333120401356556122112
Binary1111001111011001100001000101110111010110111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D984; }

 p { color: rgb(243,217,132); }

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

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

 a { background-color: rgb(243,217,132); }

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

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

 span { border-color: rgb(243,217,132); }

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